- Timestamp:
- 11/12/2013 07:02:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26104 r26105 392 392 393 393 if ( ( ! is_active_sidebar( 'sidebar-2' ) ) 394 || is_page_template( ' full-width-page.php' )395 || is_page_template( ' contributor-page.php' )394 || is_page_template( 'page-templates/full-width.php' ) 395 || is_page_template( 'page-templates/contributors.php' ) 396 396 || is_attachment() ) 397 397 $classes[] = 'full-width';
Note: See TracChangeset
for help on using the changeset viewer.