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
This commit is contained in:
Sergey Biryukov 2022-03-16 19:32:03 +00:00
parent 0538720bba
commit 7e6d939911
2 changed files with 2 additions and 1 deletions

View File

@ -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(

View File

@ -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.