12345678910 |
- <?php
- /**
- * Title: No results
- * Slug: olympique/hidden-no-results
- * Inserter: no
- */
- ?>
- <!-- wp:paragraph -->
- <p><?php echo esc_html_x( 'No posts were found.', 'Message explaining that there are no results returned from a search', 'olympique' ); ?></p>
- <!-- /wp:paragraph -->
|