hidden-no-results-content.php 339 B

123456789101112
  1. <?php declare( strict_types = 1 ); ?>
  2. <?php
  3. /**
  4. * Title: Hidden No Results Content
  5. * Slug: bibliophile/hidden-no-results-content
  6. * Inserter: no
  7. */
  8. ?>
  9. <!-- wp:paragraph -->
  10. <p><?php echo __( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'bibliophile' ); ?></p>
  11. <!-- /wp:paragraph -->