Make twentyeleven the default theme. see #17198

git-svn-id: http://svn.automattic.com/wordpress/trunk@17804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-05-04 23:53:36 +00:00
parent ddd64941f9
commit 061283b3d5
1 changed files with 1 additions and 1 deletions

View File

@ -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' );
}