Bundled Themes: Twenty Twenty-Four is now the default theme.
Follow up to [56716]. Props desrosj. See #59447. Built from https://develop.svn.wordpress.org/trunk@56727 git-svn-id: http://core.svn.wordpress.org/trunk@56239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -59,6 +59,7 @@ final class WP_Theme implements ArrayAccess {
|
||||
* @since 5.6.0 Added the Twenty Twenty-One theme.
|
||||
* @since 5.9.0 Added the Twenty Twenty-Two theme.
|
||||
* @since 6.1.0 Added the Twenty Twenty-Three theme.
|
||||
* @since 6.4.0 Added the Twenty Twenty-Four theme.
|
||||
* @var string[]
|
||||
*/
|
||||
private static $default_themes = array(
|
||||
@@ -77,6 +78,7 @@ final class WP_Theme implements ArrayAccess {
|
||||
'twentytwentyone' => 'Twenty Twenty-One',
|
||||
'twentytwentytwo' => 'Twenty Twenty-Two',
|
||||
'twentytwentythree' => 'Twenty Twenty-Three',
|
||||
'twentytwentyfour' => 'Twenty Twenty-Four',
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user