Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Improve 404 message.
Browse files Browse the repository at this point in the history
Co-authored-by: Saju Ahmed <[email protected]>
  • Loading branch information
jffng and Riyadh1734 committed Oct 29, 2021
1 parent c6bee13 commit 66c8ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/patterns/general-404.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h2 class="has-text-align-center" style="font-size:clamp(4rem, 40vw, 20rem);font-weight:200;line-height:1">404</h2>
<!-- /wp:heading -->
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">' . esc_html( 'This page could not be found.', 'twentytwentytwo' ) . '</p>
<p class="has-text-align-center">' . esc_html( 'This page could not be found. Maybe try a search?', 'twentytwentytwo' ) . '</p>
<!-- /wp:paragraph -->
<!-- wp:search {"label":"Search","showLabel":false,"width":50,"widthUnit":"%","buttonText":"Search","buttonUseIcon":true,"align":"center"} /-->
<!-- wp:spacer {"height":128} -->
Expand Down

0 comments on commit 66c8ade

Please sign in to comment.