no-results-content.php 350 B

123456789101112
  1. <?php
  2. /**
  3. * Title: No Results Content
  4. * Slug: trellick/no-results-content
  5. * Inserter: no
  6. */
  7. declare( strict_types = 1 );
  8. ?>
  9. <!-- wp:paragraph -->
  10. <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>
  11. <!-- /wp:paragraph -->