From ad49ea64249cd34c92c5c10a2b3fdb80fcd35145 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 1 Oct 2024 03:27:15 +0000 Subject: [PATCH] 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 --- wp-admin/includes/update-core.php | 1 + wp-includes/class-wp-theme.php | 1 + 2 files changed, 2 insertions(+) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 24f22199f3..0282946755 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -905,6 +905,7 @@ $_new_bundled_files = array( 'themes/twentytwentytwo/' => '5.9', 'themes/twentytwentythree/' => '6.1', 'themes/twentytwentyfour/' => '6.4', + 'themes/twentytwentyfive/' => '6.7', ); /** diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 32b6bc27e3..3331f0c5dd 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -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', ); /**