themes-wordpress/luce/patterns/hidden-no-results-content.php
alaczek 7cd265a2a5
Luce: add theme (#7305)
* Initial commit.

* fix 404 pattern and compress screenshot

---------

Co-authored-by: madhusudhand <madhusudhan.dollu@gmail.com>
2023-08-18 13:23:41 +05:30

10 lines
364 B
PHP

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