themes-wordpress/tomoni/patterns/no-results-content.php
Takashi Irie 9dfa3e2108
Tomoni:add theme (#7107)
* Tomoni:add theme

* Remove theme slug.

* Add license info and bump.

---------

Co-authored-by: Jeff Ong <jonger4@gmail.com>
2023-06-28 12:14:49 -04:00

10 lines
354 B
PHP

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