From 3f36fb3a303797006b5f8f954bbd15bd99485ba6 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Wed, 29 Oct 2014 22:51:11 +0000 Subject: [PATCH] Twenty Fifteen: back compat checks in Twenty Fifteen are breaking the customizer, leaving them in for now, but commented out. See #30137. git-svn-id: https://develop.svn.wordpress.org/trunk@30103 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index b560e83de0..339e209276 100644 --- a/src/wp-content/themes/twentyfifteen/functions.php +++ b/src/wp-content/themes/twentyfifteen/functions.php @@ -37,9 +37,9 @@ if ( ! isset( $content_width ) ) { /** * Twenty Fifteen only works in WordPress 4.1 or later. */ -if ( version_compare( $GLOBALS['wp_version'], '4.1', '<' ) ) { - require get_template_directory() . '/inc/back-compat.php'; -} +//if ( version_compare( $GLOBALS['wp_version'], '4.1', '<' ) ) { +// require get_template_directory() . '/inc/back-compat.php'; +//} if ( ! function_exists( 'twentyfifteen_setup' ) ) : /**