Ticket #47066: 47066.diff
| File 47066.diff, 4.0 KB (added by , 7 years ago) |
|---|
-
src/wp-content/themes/twentynineteen/404.php
12 12 get_header(); 13 13 ?> 14 14 15 < sectionid="primary" class="content-area">15 <div id="primary" class="content-area"> 16 16 <main id="main" class="site-main"> 17 17 18 18 <div class="error-404 not-found"> … … 27 27 </div><!-- .error-404 --> 28 28 29 29 </main><!-- #main --> 30 </ section><!-- #primary -->30 </div><!-- #primary --> 31 31 32 32 <?php 33 33 get_footer(); -
src/wp-content/themes/twentynineteen/archive.php
12 12 get_header(); 13 13 ?> 14 14 15 < sectionid="primary" class="content-area">15 <div id="primary" class="content-area"> 16 16 <main id="main" class="site-main"> 17 17 18 18 <?php if ( have_posts() ) : ?> … … 48 48 endif; 49 49 ?> 50 50 </main><!-- #main --> 51 </ section><!-- #primary -->51 </div><!-- #primary --> 52 52 53 53 <?php 54 54 get_footer(); -
src/wp-content/themes/twentynineteen/image.php
10 10 get_header(); 11 11 ?> 12 12 13 < sectionid="primary" class="content-area">13 <div id="primary" class="content-area"> 14 14 <main id="main" class="site-main"> 15 15 16 16 <?php … … 98 98 ?> 99 99 100 100 </main><!-- .site-main --> 101 </ section><!-- .content-area -->101 </div><!-- .content-area --> 102 102 103 103 <?php 104 104 get_footer(); -
src/wp-content/themes/twentynineteen/index.php
17 17 get_header(); 18 18 ?> 19 19 20 < sectionid="primary" class="content-area">20 <div id="primary" class="content-area"> 21 21 <main id="main" class="site-main"> 22 22 23 23 <?php … … 41 41 ?> 42 42 43 43 </main><!-- .site-main --> 44 </ section><!-- .content-area -->44 </div><!-- .content-area --> 45 45 46 46 <?php 47 47 get_footer(); -
src/wp-content/themes/twentynineteen/page.php
12 12 get_header(); 13 13 ?> 14 14 15 < sectionid="primary" class="content-area">15 <div id="primary" class="content-area"> 16 16 <main id="main" class="site-main"> 17 17 18 18 <?php … … 32 32 ?> 33 33 34 34 </main><!-- #main --> 35 </ section><!-- #primary -->35 </div><!-- #primary --> 36 36 37 37 <?php 38 38 get_footer(); -
src/wp-content/themes/twentynineteen/search.php
12 12 get_header(); 13 13 ?> 14 14 15 < sectionid="primary" class="content-area">15 <div id="primary" class="content-area"> 16 16 <main id="main" class="site-main"> 17 17 18 18 <?php if ( have_posts() ) : ?> … … 49 49 endif; 50 50 ?> 51 51 </main><!-- #main --> 52 </ section><!-- #primary -->52 </div><!-- #primary --> 53 53 54 54 <?php 55 55 get_footer(); -
src/wp-content/themes/twentynineteen/single.php
12 12 get_header(); 13 13 ?> 14 14 15 < sectionid="primary" class="content-area">15 <div id="primary" class="content-area"> 16 16 <main id="main" class="site-main"> 17 17 18 18 <?php … … 54 54 ?> 55 55 56 56 </main><!-- #main --> 57 </ section><!-- #primary -->57 </div><!-- #primary --> 58 58 59 59 <?php 60 60 get_footer();