Changeset 56549 for trunk/src/wp-content/themes/twentyeleven/functions.php
- Timestamp:
- 09/09/2023 09:26:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/functions.php
r55929 r56549 668 668 669 669 if ( is_active_sidebar( 'sidebar-3' ) ) { 670 $count++;670 ++$count; 671 671 } 672 672 673 673 if ( is_active_sidebar( 'sidebar-4' ) ) { 674 $count++;674 ++$count; 675 675 } 676 676 677 677 if ( is_active_sidebar( 'sidebar-5' ) ) { 678 $count++;678 ++$count; 679 679 } 680 680
Note: See TracChangeset
for help on using the changeset viewer.