Changeset 56813 for trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-no-results-content.php
- Timestamp:
- 10/10/2023 09:01:25 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfour/patterns/hidden-no-results-content.php
r56764 r56813 7 7 ?> 8 8 <!-- wp:paragraph --> 9 <p><?php echo esc_html_x( ' Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'twentytwentyfour' ); ?></p>9 <p><?php echo esc_html_x( 'No posts were found.', 'Message explaining that there are no results returned from a search', 'twentytwentyfour' ); ?></p> 10 10 <!-- /wp:paragraph -->
Note: See TracChangeset
for help on using the changeset viewer.