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