Ticket #42056: 42056.patch
File 42056.patch, 1.2 KB (added by , 7 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/sidebar.php
15 15 } 16 16 ?> 17 17 18 <aside id="secondary" class="widget-area" role="complementary" >18 <aside id="secondary" class="widget-area" role="complementary" aria-label="<?php _e( 'Blog Sidebar', 'twentyseventeen' ); ?>"> 19 19 <?php dynamic_sidebar( 'sidebar-1' ); ?> 20 20 </aside><!-- #secondary --> -
src/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php
15 15 is_active_sidebar( 'sidebar-3' ) ) : 16 16 ?> 17 17 18 <aside class="widget-area" role="complementary" >18 <aside class="widget-area" role="complementary" aria-label="<?php _e( 'Footer', 'twentyseventeen' ); ?>"> 19 19 <?php 20 20 if ( is_active_sidebar( 'sidebar-2' ) ) { ?> 21 21 <div class="widget-column footer-widget-1">