mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Make Twenty Thirteen the default theme.
Has the added benefit of ensuring the WordPress Beta Tester plugin allows updates of Twenty Thirteen. props JustinSainton. fixes #23573. git-svn-id: https://develop.svn.wordpress.org/trunk@23529 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -304,6 +304,6 @@ function wp_templating_constants() {
|
||||
* @since 3.0.0
|
||||
*/
|
||||
if ( !defined('WP_DEFAULT_THEME') )
|
||||
define( 'WP_DEFAULT_THEME', 'twentytwelve' );
|
||||
define( 'WP_DEFAULT_THEME', 'twentythirteen' );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user