
* Fixmate: Add theme * Replace attr_html_e() with esc_attr_e() --------- Co-authored-by: Sarah Norris <sarah@sekai.co.uk>
10 lines
370 B
PHP
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 -->
|