Changeset 21617 for trunk/wp-content/themes/twentytwelve/sidebar-home.php
- Timestamp:
- 08/25/2012 04:53:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/sidebar-home.php
r21555 r21617 1 1 <?php 2 2 /** 3 * The Sidebar containing the homepage widget areas.3 * The sidebar containing the homepage widget areas. 4 4 * 5 5 * If no active widgets in either sidebar, they will be hidden completely. … … 11 11 12 12 /* 13 The homepage widget area is triggered if any of the areas14 have widgets. So let's check that first.15 16 If none of the sidebars have widgets, then let's bail early.17 */13 * The homepage widget area is triggered if any of the areas 14 * have widgets. So let's check that first. 15 * 16 * If none of the sidebars have widgets, then let's bail early. 17 */ 18 18 if ( ! is_active_sidebar( 2 ) && ! is_active_sidebar( 3 ) ) 19 19 return;
Note: See TracChangeset
for help on using the changeset viewer.