Changeset 42343 for trunk/src/wp-content/themes/twentysixteen/sidebar.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/sidebar.php
r40851 r42343 9 9 ?> 10 10 11 <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>11 <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?> 12 12 <aside id="secondary" class="sidebar widget-area" role="complementary"> 13 13 <?php dynamic_sidebar( 'sidebar-1' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.