Make WordPress Core


Ignore:
Timestamp:
11/12/2013 07:02:09 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: move page templates into their own directory. See #25929.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r26104 r26105  
    392392
    393393    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' )
    396396        || is_attachment() )
    397397        $classes[] = 'full-width';
Note: See TracChangeset for help on using the changeset viewer.