mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 07:20:01 +01:00
Bundled Themes: Follow up import of Twenty Twenty-Five.
Add additional references to the new default theme required in various locations of the code base, build steps and unit tests. Follow up to [59146]. Props afragen, dd32, desrosj, davidbaumwald, jorbin, courane01, kirasong. See #62103. Built from https://develop.svn.wordpress.org/trunk@59150 git-svn-id: http://core.svn.wordpress.org/trunk@58546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
261188f723
commit
ad49ea6424
@ -905,6 +905,7 @@ $_new_bundled_files = array(
|
||||
'themes/twentytwentytwo/' => '5.9',
|
||||
'themes/twentytwentythree/' => '6.1',
|
||||
'themes/twentytwentyfour/' => '6.4',
|
||||
'themes/twentytwentyfive/' => '6.7',
|
||||
);
|
||||
|
||||
/**
|
||||
|
@ -79,6 +79,7 @@ final class WP_Theme implements ArrayAccess {
|
||||
'twentytwentytwo' => 'Twenty Twenty-Two',
|
||||
'twentytwentythree' => 'Twenty Twenty-Three',
|
||||
'twentytwentyfour' => 'Twenty Twenty-Four',
|
||||
'twentytwentyfive' => 'Twenty Twenty-Five',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user