Changeset 21620 for trunk/wp-content/themes/twentytwelve/sidebar.php
- Timestamp:
- 08/25/2012 05:32:06 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentytwelve/sidebar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/sidebar.php
r21618 r21620 11 11 ?> 12 12 13 <?php if ( is_active_sidebar( 'sidebar-1') ) : ?>13 <?php if ( is_active_sidebar( 1 ) ) : ?> 14 14 <div id="secondary" class="widget-area" role="complementary"> 15 <?php dynamic_sidebar( 'sidebar-1'); ?>15 <?php dynamic_sidebar( 1 ); ?> 16 16 </div><!-- #secondary --> 17 17 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.