Changeset 13720 for trunk/wp-content/themes/twentyten/sidebar-footer.php
- Timestamp:
- 03/16/2010 08:17:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/sidebar-footer.php
r13128 r13720 1 1 <?php 2 if ( is_active_sidebar('first-footer-widget-area') || 3 is_active_sidebar('second-footer-widget-area') || 4 is_active_sidebar('third-footer-widget-area') || 5 is_active_sidebar('fourth-footer-widget-area') ) : 2 if ( 3 is_active_sidebar( 'first-footer-widget-area' ) || 4 is_active_sidebar( 'second-footer-widget-area' ) || 5 is_active_sidebar( 'third-footer-widget-area' ) || 6 is_active_sidebar( 'fourth-footer-widget-area' ) 7 ) : 6 8 ?> 7 9 <div id="footer-widget-area"> 8 <?php if ( is_active_sidebar( 'first-footer-widget-area') ) : ?>10 <?php if ( is_active_sidebar( 'first-footer-widget-area' ) ) : ?> 9 11 <div id="first" class="widget-area"> 10 12 <ul class="xoxo"> … … 14 16 <?php endif; ?> 15 17 16 <?php if ( is_active_sidebar( 'second-footer-widget-area') ) : ?>18 <?php if ( is_active_sidebar( 'second-footer-widget-area' ) ) : ?> 17 19 <div id="second" class="widget-area"> 18 20 <ul class="xoxo"> … … 22 24 <?php endif; ?> 23 25 24 <?php if ( is_active_sidebar( 'third-footer-widget-area') ) : ?>26 <?php if ( is_active_sidebar( 'third-footer-widget-area' ) ) : ?> 25 27 <div id="third" class="widget-area"> 26 28 <ul class="xoxo"> … … 30 32 <?php endif; ?> 31 33 32 <?php if ( is_active_sidebar( 'fourth-footer-widget-area') ) : ?>34 <?php if ( is_active_sidebar( 'fourth-footer-widget-area' ) ) : ?> 33 35 <div id="fourth" class="widget-area"> 34 36 <ul class="xoxo">
Note: See TracChangeset
for help on using the changeset viewer.