Changeset 21620 for trunk/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 08/25/2012 05:32:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/functions.php
r21618 r21620 373 373 $background_color = get_background_color(); 374 374 375 if ( ! is_active_sidebar( 'sidebar-1') || is_page_template( 'full-width-page.php' ) )375 if ( ! is_active_sidebar( 1 ) || is_page_template( 'full-width-page.php' ) ) 376 376 $classes[] = 'full-width'; 377 377 … … 395 395 */ 396 396 function twentytwelve_content_width() { 397 if ( is_page_template( 'full-width-page.php' ) || is_attachment() || ! is_active_sidebar( 'sidebar-1') ) {397 if ( is_page_template( 'full-width-page.php' ) || is_attachment() || ! is_active_sidebar( 1 ) ) { 398 398 global $content_width; 399 399 $content_width = 960;
Note: See TracChangeset
for help on using the changeset viewer.