- Timestamp:
- 10/30/2018 02:13:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentynineteen/404.php
r43808 r43842 7 7 * @package WordPress 8 8 * @subpackage Twenty_Nineteen 9 * @since 1.0.0 9 10 */ 10 11 … … 12 13 ?> 13 14 14 < divid="primary" class="content-area">15 <section id="primary" class="content-area"> 15 16 <main id="main" class="site-main"> 16 17 17 < sectionclass="error-404 not-found">18 <div class="error-404 not-found"> 18 19 <header class="page-header"> 19 20 <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'twentynineteen' ); ?></h1> … … 22 23 <div class="page-content"> 23 24 <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentynineteen' ); ?></p> 24 25 25 <?php get_search_form(); ?> 26 26 </div><!-- .page-content --> 27 </ section><!-- .error-404 -->27 </div><!-- .error-404 --> 28 28 29 29 </main><!-- #main --> 30 </ div><!-- #primary -->30 </section><!-- #primary --> 31 31 32 32 <?php
Note: See TracChangeset
for help on using the changeset viewer.