Changeset 52013 for trunk/src/wp-content/themes/twentysixteen/sidebar.php
- Timestamp:
- 11/04/2021 06:16:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/sidebar.php
r42343 r52013 10 10 11 11 <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 12 <aside id="secondary" class="sidebar widget-area" role="complementary">12 <aside id="secondary" class="sidebar widget-area"> 13 13 <?php dynamic_sidebar( 'sidebar-1' ); ?> 14 14 </aside><!-- .sidebar .widget-area -->
Note: See TracChangeset
for help on using the changeset viewer.