themes-wordpress/pomme/patterns/hidden-no-results.php
Takashi Irie a3d3e72212
Pomme: Add theme (#7513)
Add the new Pomme theme - it is a WP.com exclusive Archivo spin-off, see  pNEWy-hGU-p2

---------

Co-authored-by: Dean Sas <dean.sas@automattic.com>
2023-11-30 14:08:04 +00:00

12 lines
388 B
PHP

<?php
/**
* Title: Hidden No Results Content
* Slug: pomme/hidden-no-results
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- 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', 'pomme' ); ?></p>
<!-- /wp:paragraph -->