Themes: Twenty Twenty-Two is now the default theme.

It's Friday night, and I feel alright. The party is here in the block theme.

See #54318.
Built from https://develop.svn.wordpress.org/trunk@52093


git-svn-id: http://core.svn.wordpress.org/trunk@51685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-11-10 00:41:00 +00:00
parent 951ec3905d
commit 1dac2cdae7
4 changed files with 4 additions and 2 deletions

View File

@ -864,6 +864,7 @@ $_new_bundled_files = array(
'themes/twentynineteen/' => '5.0', 'themes/twentynineteen/' => '5.0',
'themes/twentytwenty/' => '5.3', 'themes/twentytwenty/' => '5.3',
'themes/twentytwentyone/' => '5.6', 'themes/twentytwentyone/' => '5.6',
'themes/twentytwentytwo/' => '5.9',
); );
/** /**

View File

@ -70,6 +70,7 @@ final class WP_Theme implements ArrayAccess {
'twentynineteen' => 'Twenty Nineteen', 'twentynineteen' => 'Twenty Nineteen',
'twentytwenty' => 'Twenty Twenty', 'twentytwenty' => 'Twenty Twenty',
'twentytwentyone' => 'Twenty Twenty-One', 'twentytwentyone' => 'Twenty Twenty-One',
'twentytwentytwo' => 'Twenty Twenty-Two',
); );
/** /**

View File

@ -409,7 +409,7 @@ function wp_templating_constants() {
* @see WP_Theme::get_core_default_theme() * @see WP_Theme::get_core_default_theme()
*/ */
if ( ! defined( 'WP_DEFAULT_THEME' ) ) { if ( ! defined( 'WP_DEFAULT_THEME' ) ) {
define( 'WP_DEFAULT_THEME', 'twentytwentyone' ); define( 'WP_DEFAULT_THEME', 'twentytwentytwo' );
} }
} }

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.9-alpha-52092'; $wp_version = '5.9-alpha-52093';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.