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:
parent
b5ad7c99ae
commit
9548ad32ce
@ -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' );
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user