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:
parent
0538720bba
commit
7e6d939911
|
@ -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(
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue