Changeset 44149 for trunk/src/wp-content/themes/twentynineteen/404.php
- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/404.php
r43808 r44149 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.