themes-wordpress/lettre/patterns/hidden-no-results-content.php
alaczek 5e04247ad2
Update hidden-no-results-content.php (#7668)
Add strict types declaration.
2024-03-05 15:31:26 +11:00

12 lines
No EOL
397 B
PHP

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