Set Twenty Fifteen as the new default theme. see #29799.
Built from https://develop.svn.wordpress.org/trunk@29895 git-svn-id: http://core.svn.wordpress.org/trunk@29650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e2041b8fbb
commit
be7825789d
|
@ -44,6 +44,7 @@ final class WP_Theme implements ArrayAccess {
|
|||
'twentytwelve' => 'Twenty Twelve',
|
||||
'twentythirteen' => 'Twenty Thirteen',
|
||||
'twentyfourteen' => 'Twenty Fourteen',
|
||||
'twentyfifteen' => 'Twenty Fifteen',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -318,6 +318,6 @@ function wp_templating_constants() {
|
|||
* @since 3.0.0
|
||||
*/
|
||||
if ( !defined('WP_DEFAULT_THEME') )
|
||||
define( 'WP_DEFAULT_THEME', 'twentyfourteen' );
|
||||
define( 'WP_DEFAULT_THEME', 'twentyfifteen' );
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue