Changeset 41687
- Timestamp:
- 10/02/2017 10:03:10 PM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/sidebar.php
r38833 r41687 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 esc_attr_e( 'Blog Sidebar', 'twentyseventeen' ); ?>"> 19 19 <?php dynamic_sidebar( 'sidebar-1' ); ?> 20 20 </aside><!-- #secondary --> -
trunk/src/wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php
r38833 r41687 16 16 ?> 17 17 18 <aside class="widget-area" role="complementary" >18 <aside class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Footer', 'twentyseventeen' ); ?>"> 19 19 <?php 20 20 if ( is_active_sidebar( 'sidebar-2' ) ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.