hidden-no-results-content.php 373 B

1234567891011
  1. <?php
  2. /**
  3. * Title: Hidden No Results Content
  4. * Slug: overlaid/hidden-no-results-content
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph -->
  9. <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', 'overlaid' ); ?></p>
  10. <!-- /wp:paragraph -->