Skip to content

Commit

Permalink
Make search block text internationalised on 404 template
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakashi committed Nov 18, 2024
1 parent a18c992 commit 1c8b879
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vueo/patterns/404.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
<p class="has-text-align-left has-small-font-size" style="font-style:normal;font-weight:500;line-height:1.4"><?php esc_html_e('Maybe try a search?', 'vueo');?></p>
<!-- /wp:paragraph -->

<!-- wp:search {"label":"Search","showLabel":false,"placeholder":" Search","width":100,"widthUnit":"%","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true} /--></div>
<!-- wp:search {"label":"<?php esc_html_e('Search', 'vueo');?>","showLabel":false,"placeholder":" <?php esc_html_e('Search', 'vueo');?>","width":100,"widthUnit":"%","buttonText":"<?php esc_html_e('Search', 'vueo');?>","buttonPosition":"button-inside","buttonUseIcon":true} /-->
</div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:group --></main>
<!-- /wp:group -->

<!-- wp:template-part {"slug":"footer-pages"} /-->
<!-- wp:template-part {"slug":"footer-pages"} /-->

0 comments on commit 1c8b879

Please sign in to comment.