mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
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:
@@ -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' );
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user