- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/sidebar-footer.php
r25746 r42343 16 16 * If none of the sidebars have widgets, then let's bail early. 17 17 */ 18 if ( ! is_active_sidebar( 'first-footer-widget-area')18 if ( ! is_active_sidebar( 'first-footer-widget-area' ) 19 19 && ! is_active_sidebar( 'second-footer-widget-area' ) 20 && ! is_active_sidebar( 'third-footer-widget-area' )20 && ! is_active_sidebar( 'third-footer-widget-area' ) 21 21 && ! is_active_sidebar( 'fourth-footer-widget-area' ) 22 ) 23 return; 22 ) { 23 return; 24 } 24 25 // If we get this far, we have widgets. Let do this. 25 26 ?>
Note: See TracChangeset
for help on using the changeset viewer.