hidden-no-results.php 279 B

12345678910
  1. <?php
  2. /**
  3. * Title: No results
  4. * Slug: olympique/hidden-no-results
  5. * Inserter: no
  6. */
  7. ?>
  8. <!-- wp:paragraph -->
  9. <p><?php echo esc_html_x( 'No posts were found.', 'Message explaining that there are no results returned from a search', 'olympique' ); ?></p>
  10. <!-- /wp:paragraph -->