From 7e6d93991160d8963260b382c74c1f1e7b1bb8b8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 16 Mar 2022 19:32:03 +0000 Subject: [PATCH] Docs: Add a `@since` note about Twenty Twenty-Two for `WP_Theme::$default_themes`. Follow-up to [51328], [52093]. See #54729. Built from https://develop.svn.wordpress.org/trunk@52941 git-svn-id: http://core.svn.wordpress.org/trunk@52530 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-theme.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 29657df228..36e62b1a7c 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -54,6 +54,7 @@ final class WP_Theme implements ArrayAccess { * @since 5.0.0 Added the Twenty Nineteen theme. * @since 5.3.0 Added the Twenty Twenty theme. * @since 5.6.0 Added the Twenty Twenty-One theme. + * @since 5.9.0 Added the Twenty Twenty-Two theme. * @var string[] */ private static $default_themes = array( diff --git a/wp-includes/version.php b/wp-includes/version.php index c38ab7f2b9..e8693c7347 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52940'; +$wp_version = '6.0-alpha-52941'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.