Changeset 42343 for trunk/src/wp-content/themes/twentyten/sidebar.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/sidebar.php
r25746 r42343 19 19 * some default sidebar stuff just in case. 20 20 */ 21 if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : ?> 21 if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : 22 ?> 22 23 23 24 <li id="search" class="widget-container widget_search"> … … 47 48 <?php 48 49 // A second sidebar for widgets, just because. 49 if ( is_active_sidebar( 'secondary-widget-area' ) ) : ?> 50 if ( is_active_sidebar( 'secondary-widget-area' ) ) : 51 ?> 50 52 51 53 <div id="secondary" class="widget-area" role="complementary">
Note: See TracChangeset
for help on using the changeset viewer.