Changeset 53880 for trunk/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php
- Timestamp:
- 08/11/2022 02:44:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/template-parts/footer/footer-widgets.php
r52013 r53880 8 8 */ 9 9 10 if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 10 if ( is_active_sidebar( 'sidebar-1' ) ) : 11 ?> 11 12 12 13 <aside class="widget-area" aria-label="<?php esc_attr_e( 'Footer', 'twentynineteen' ); ?>"> … … 22 23 </aside><!-- .widget-area --> 23 24 24 <?php endif; ?> 25 <?php 26 endif;
Note: See TracChangeset
for help on using the changeset viewer.