66a3646dc2
Co-authored-by: Jason Crist <jcrist@pbking.com>
10 lines
353 B
PHP
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 -->
|