- Timestamp:
- 11/05/2024 02:00:03 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyfive/patterns/template-query-loop.php
r59146 r59348 29 29 <!-- wp:query-no-results --> 30 30 <!-- wp:paragraph --> 31 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search ', 'twentytwentyfive' ); ?></p>31 <p><?php echo esc_html_x( 'Sorry, but nothing was found. Please try a search with different keywords.', 'Message explaining that there are no results returned from a search.', 'twentytwentyfive' ); ?></p> 32 32 <!-- /wp:paragraph --> 33 33 <!-- /wp:query-no-results -->
Note: See TracChangeset
for help on using the changeset viewer.