Docs: Add a `@since` note about Twenty Twenty-Three for `WP_Theme::$default_themes`.
Follow-up to [51328], [52941], [54236]. Props petitphp. Fixes #57714. Built from https://develop.svn.wordpress.org/trunk@55332 git-svn-id: http://core.svn.wordpress.org/trunk@54865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
47b1864c2e
commit
b23607d537
|
@ -58,6 +58,7 @@ final class WP_Theme implements ArrayAccess {
|
||||||
* @since 5.3.0 Added the Twenty Twenty theme.
|
* @since 5.3.0 Added the Twenty Twenty theme.
|
||||||
* @since 5.6.0 Added the Twenty Twenty-One theme.
|
* @since 5.6.0 Added the Twenty Twenty-One theme.
|
||||||
* @since 5.9.0 Added the Twenty Twenty-Two theme.
|
* @since 5.9.0 Added the Twenty Twenty-Two theme.
|
||||||
|
* @since 6.1.0 Added the Twenty Twenty-Three theme.
|
||||||
* @var string[]
|
* @var string[]
|
||||||
*/
|
*/
|
||||||
private static $default_themes = array(
|
private static $default_themes = array(
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.2-beta1-55331';
|
$wp_version = '6.2-beta1-55332';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue