Ticket #51944: 51944.patch
File 51944.patch, 1014 bytes (added by , 3 years ago) |
---|
-
src/wp-content/themes/twentytwentyone/footer.php
13 13 14 14 ?> 15 15 </main><!-- #main --> 16 </ section><!-- #primary -->16 </div><!-- #primary --> 17 17 </div><!-- #content --> 18 18 19 19 <?php get_template_part( 'template-parts/footer/footer-widgets' ); ?> -
src/wp-content/themes/twentytwentyone/header.php
28 28 <?php get_template_part( 'template-parts/header/site-header' ); ?> 29 29 30 30 <div id="content" class="site-content"> 31 < sectionid="primary" class="content-area">31 <div id="primary" class="content-area"> 32 32 <main id="main" class="site-main" role="main">