diff --git a/wp-content/themes/twentythirteen/inc/back-compat.php b/wp-content/themes/twentythirteen/inc/back-compat.php index f8b899d2e3..4a324b088e 100644 --- a/wp-content/themes/twentythirteen/inc/back-compat.php +++ b/wp-content/themes/twentythirteen/inc/back-compat.php @@ -4,7 +4,7 @@ * to the previously activated theme or the default theme. */ function twentythirteen_switch_theme( $theme_name, $theme ) { - if ( version_compare( $GLOBALS['wp_version'], '3.6', '>=' ) ) + if ( version_compare( $GLOBALS['wp_version'], '3.6-alpha', '>=' ) ) return; if ( 'twentythirteen' != $theme->template )