Make twentyeleven the default theme. see #17198

git-svn-id: https://develop.svn.wordpress.org/trunk@17804 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-05-04 23:53:36 +00:00
parent b5ad7c99ae
commit 9548ad32ce
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' );
}