Skip to content

Commit

Permalink
Adjust 404 page subtitle pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Nov 20, 2022
1 parent d0cbe8e commit bce6a34
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php
/**
* Title: 404 Page Subtitle
* Slug: wporg-parent-2021/404-page-subtitle
* Categories: wporg
*/

?>

<!-- wp:paragraph -->
<p>
<?php
printf(
/* translators: %s is the site URL. */
wp_kses_post( __( 'Go to <a href="%s">the homepage</a> or try searching Showcase sites using the field below.', 'wporg' ) ),
esc_url( get_site_url( '/' ) )
);
?>
</p>
<!-- /wp:paragraph -->

This file was deleted.

0 comments on commit bce6a34

Please sign in to comment.