themes-wordpress/cakely/patterns/hidden-no-results-content.php
Takashi Irie 0f0286ab99
Cakely: Add theme (#7632)
* Cakely: Add theme
2024-02-06 14:00:42 -05:00

13 lines
392 B
PHP

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