
* Tomoni:add theme * Remove theme slug. * Add license info and bump. --------- Co-authored-by: Jeff Ong <jonger4@gmail.com>
10 lines
354 B
PHP
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 -->
|