Changeset 43892 for branches/5.0/src/wp-content/themes/twentynineteen/template-parts/content/content-none.php
- Timestamp:
- 11/12/2018 11:19:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/template-parts/content/content-none.php
r43842 r43892 14 14 <section class="no-results not-found"> 15 15 <header class="page-header"> 16 <h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'twentynineteen' ); ?></h1>16 <h1 class="page-title"><?php _e( 'Nothing Found', 'twentynineteen' ); ?></h1> 17 17 </header><!-- .page-header --> 18 18 … … 37 37 ?> 38 38 39 <p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentynineteen' ); ?></p>39 <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentynineteen' ); ?></p> 40 40 <?php 41 41 get_search_form(); … … 44 44 ?> 45 45 46 <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentynineteen' ); ?></p>46 <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentynineteen' ); ?></p> 47 47 <?php 48 48 get_search_form();
Note: See TracChangeset
for help on using the changeset viewer.