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' ) ) : /**