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:
Andrew Nacin
2013-02-28 19:01:07 +00:00
parent f6450ab8ce
commit 94a0410530
5 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -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' );
}