From 2d018dd75eb795d5c90890d57fbd1cdfdc7501dd Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 27 Mar 2013 20:36:19 +0000 Subject: [PATCH] Twenty Thirteen: change version compare string to "3.6-alpha" to avoid an error for alpha and beta testers during development. See #23819, props kovshenin. git-svn-id: https://develop.svn.wordpress.org/trunk@23825 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentythirteen/inc/back-compat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )