- Timestamp:
- 10/17/2023 02:12:07 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-404.php
r56764 r56951 1 1 <?php 2 2 /** 3 * Title: A 404 page4 * Slug: twentytwentyfour/ 4043 * Title: 404 4 * Slug: twentytwentyfour/hidden-404 5 5 * Inserter: no 6 6 */ … … 11 11 <!-- /wp:heading --> 12 12 <!-- wp:paragraph --> 13 <p><?php echo esc_html_x( 'The page you are looking for does n’t exist, or it has been moved. Please try searching using the form below.', 'Message to convey that a webpage could not be found', 'twentytwentyfour' ); ?></p>13 <p><?php echo esc_html_x( 'The page you are looking for does not exist, or it has been moved. Please try searching using the form below.', 'Message to convey that a webpage could not be found', 'twentytwentyfour' ); ?></p> 14 14 <!-- /wp:paragraph --> 15 <!-- wp:pattern {"slug":"twentytwentyfour/ search"} /-->15 <!-- wp:pattern {"slug":"twentytwentyfour/hidden-search"} /-->
Note: See TracChangeset
for help on using the changeset viewer.