mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 21:54:17 +01:00
11 lines
388 B
PHP
11 lines
388 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: Hidden No Results Content
|
||
|
* Slug: twentytwentyfour/hidden-no-results-content
|
||
|
* Inserter: no
|
||
|
*/
|
||
|
?>
|
||
|
<!-- wp:paragraph -->
|
||
|
<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>
|
||
|
<!-- /wp:paragraph -->
|