themes-wordpress/loic/patterns/hidden-no-results-content.php
Jeff Ong 71b0306411
Loic: add theme (#7159)
* Initial commit.

* Remove unused image.

* Remove hard links.

* Escape text.
2023-06-26 10:59:04 -04:00

10 lines
364 B
PHP

<?php
/**
* Title: Hidden No Results Content
* Slug: loic/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', 'loic' ); ?></p>
<!-- /wp:paragraph -->