- 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/404.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-content/themes/twentyfifteen/404.php
r30394 r30924 15 15 <section class="error-404 not-found"> 16 16 <header class="page-header"> 17 <h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'twentyfifteen' ); ?></h1>17 <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'twentyfifteen' ); ?></h1> 18 18 </header><!-- .page-header --> 19 19 20 20 <div class="page-content"> 21 <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfifteen' ); ?></p>21 <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentyfifteen' ); ?></p> 22 22 23 23 <?php get_search_form(); ?>
Note: See TracChangeset
for help on using the changeset viewer.