Changeset 13830 for trunk/wp-content/themes/twentyten/sidebar-footer.php
- Timestamp:
- 03/26/2010 07:36:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/sidebar-footer.php
r13720 r13830 1 1 <?php 2 if ( 2 if ( 3 3 is_active_sidebar( 'first-footer-widget-area' ) || 4 4 is_active_sidebar( 'second-footer-widget-area' ) || 5 5 is_active_sidebar( 'third-footer-widget-area' ) || 6 is_active_sidebar( 'fourth-footer-widget-area' ) 6 is_active_sidebar( 'fourth-footer-widget-area' ) 7 7 ) : 8 8 ?>
Note: See TracChangeset
for help on using the changeset viewer.