From 9548ad32ce7304472bb6f29e3984c4f92fb082e8 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 4 May 2011 23:53:36 +0000 Subject: [PATCH] Make twentyeleven the default theme. see #17198 git-svn-id: https://develop.svn.wordpress.org/trunk@17804 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/default-constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/default-constants.php b/wp-includes/default-constants.php index c61076ed8a..0ba447fda6 100644 --- a/wp-includes/default-constants.php +++ b/wp-includes/default-constants.php @@ -294,7 +294,7 @@ function wp_templating_constants( ) { * @since 3.0.0 */ if ( !defined('WP_DEFAULT_THEME') ) - define( 'WP_DEFAULT_THEME', 'twentyten' ); + define( 'WP_DEFAULT_THEME', 'twentyeleven' ); }