diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index 339e209276..8faf299560 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-alpha', '<' ) ) { + require get_template_directory() . '/inc/back-compat.php'; +} if ( ! function_exists( 'twentyfifteen_setup' ) ) : /**