themes-wordpress/kigen/patterns/no-results-content.php
Matias Benedetto 66a3646dc2
Kigen: Add theme for review (#7017)
Co-authored-by: Jason Crist <jcrist@pbking.com>
2023-06-27 10:23:06 -04:00

10 lines
353 B
PHP

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