Themes: Twenty Seventeen is now the default theme.
It's party time! Fixes #38372. Built from https://develop.svn.wordpress.org/trunk@38839 git-svn-id: http://core.svn.wordpress.org/trunk@38782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2ac1c4cc92
commit
0e0af249be
|
@ -57,6 +57,7 @@ final class WP_Theme implements ArrayAccess {
|
|||
'twentyfourteen' => 'Twenty Fourteen',
|
||||
'twentyfifteen' => 'Twenty Fifteen',
|
||||
'twentysixteen' => 'Twenty Sixteen',
|
||||
'twentyseventeen' => 'Twenty Seventeen',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -357,6 +357,6 @@ function wp_templating_constants() {
|
|||
* @see WP_Theme::get_core_default_theme()
|
||||
*/
|
||||
if ( !defined('WP_DEFAULT_THEME') )
|
||||
define( 'WP_DEFAULT_THEME', 'twentysixteen' );
|
||||
define( 'WP_DEFAULT_THEME', 'twentyseventeen' );
|
||||
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38838';
|
||||
$wp_version = '4.7-alpha-38839';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue