Themes: Import Twenty Twenty-Three is now the default theme.
Follow up to [54235]. See #56383. Built from https://develop.svn.wordpress.org/trunk@54236 git-svn-id: http://core.svn.wordpress.org/trunk@53795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
add7561ddc
commit
5bcb080993
|
@ -884,6 +884,7 @@ $_new_bundled_files = array(
|
|||
'themes/twentytwenty/' => '5.3',
|
||||
'themes/twentytwentyone/' => '5.6',
|
||||
'themes/twentytwentytwo/' => '5.9',
|
||||
'themes/twentytwentythree/' => '6.1',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -75,6 +75,7 @@ final class WP_Theme implements ArrayAccess {
|
|||
'twentytwenty' => 'Twenty Twenty',
|
||||
'twentytwentyone' => 'Twenty Twenty-One',
|
||||
'twentytwentytwo' => 'Twenty Twenty-Two',
|
||||
'twentytwentythree' => 'Twenty Twenty-Three',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -414,7 +414,7 @@ function wp_templating_constants() {
|
|||
* @see WP_Theme::get_core_default_theme()
|
||||
*/
|
||||
if ( ! defined( 'WP_DEFAULT_THEME' ) ) {
|
||||
define( 'WP_DEFAULT_THEME', 'twentytwentytwo' );
|
||||
define( 'WP_DEFAULT_THEME', 'twentytwentythree' );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-54235';
|
||||
$wp_version = '6.1-alpha-54236';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue