- Timestamp:
- 12/16/2014 08:32:03 PM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentyfifteen/content-none.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-content/themes/twentyfifteen/content-none.php
r30394 r30924 13 13 <section class="no-results not-found"> 14 14 <header class="page-header"> 15 <h1 class="page-title"><?php esc_html_e( 'Nothing Found', 'twentyfifteen' ); ?></h1>15 <h1 class="page-title"><?php _e( 'Nothing Found', 'twentyfifteen' ); ?></h1> 16 16 </header><!-- .page-header --> 17 17 … … 24 24 <?php elseif ( is_search() ) : ?> 25 25 26 <p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyfifteen' ); ?></p>26 <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'twentyfifteen' ); ?></p> 27 27 <?php get_search_form(); ?> 28 28 29 29 <?php else : ?> 30 30 31 <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentyfifteen' ); ?></p>31 <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentyfifteen' ); ?></p> 32 32 <?php get_search_form(); ?> 33 33
Note: See TracChangeset
for help on using the changeset viewer.