Make WordPress Core

Changeset 30103


Ignore:
Timestamp:
10/29/2014 10:51:11 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: back compat checks in Twenty Fifteen are breaking the customizer, leaving them in for now, but commented out.

See #30137.

File:
1 edited

Legend:

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

    r30099 r30103  
    3838 * Twenty Fifteen only works in WordPress 4.1 or later.
    3939 */
    40 if ( version_compare( $GLOBALS['wp_version'], '4.1', '<' ) ) {
    41     require get_template_directory() . '/inc/back-compat.php';
    42 }
     40//if ( version_compare( $GLOBALS['wp_version'], '4.1', '<' ) ) {
     41//  require get_template_directory() . '/inc/back-compat.php';
     42//}
    4343
    4444if ( ! function_exists( 'twentyfifteen_setup' ) ) :
Note: See TracChangeset for help on using the changeset viewer.