12345678910111213 |
- <?php declare( strict_types = 1 ); ?>
- <?php
- /**
- * Title: Hidden No Results Content
- * Slug: didone/hidden-no-results-content
- * Inserter: no
- */
- ?>
- <!-- wp:paragraph {"align":"center"} -->
- <p class="has-text-align-center pickles"><?php echo esc_html_x( 'Sorry, but no thing matched your search terms. Please try again with some different keywords.', 'Message explaining that there are no results returned from a search', 'didone' ); ?></p>
- <!-- /wp:paragraph -->
|