themes-wordpress/fixmate/patterns/hidden-no-results-content.php
Henrique Iamarino 8b25faffe5
Fixmate: Add theme (#7992)
* Fixmate: Add theme

* Replace attr_html_e() with esc_attr_e()

---------

Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
2024-08-01 11:31:31 +02:00

10 lines
370 B
PHP

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