themes-wordpress/atrium/patterns/hidden-no-results-content.php
2024-07-08 15:47:14 +07:00

11 lines
406 B
PHP

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