themes-wordpress/tronar/patterns/no-results-content.php
Sarah Norris d0db47d2b6
Tronar: Enforce strict typing in PHP files (#7472)
* Add declare( strict_types = 1 ) to functions.php

* Add declare( strict_types = 1 ) to all pattern files
2023-11-09 14:05:08 +00:00

13 lines
365 B
PHP

<?php
/**
* Title: No Results Content
* Slug: tronar/no-results-content
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'Sorry, but nothing found. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'tronar' ); ?></p>
<!-- /wp:paragraph -->