mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
Docs/Bundled Themes: Add @since
annotation for introduction of TT5.
See #62180, #61608. Built from https://develop.svn.wordpress.org/trunk@59193 git-svn-id: http://core.svn.wordpress.org/trunk@58588 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a13d535628
commit
99474f16b6
@ -60,6 +60,7 @@ final class WP_Theme implements ArrayAccess {
|
|||||||
* @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.
|
* @since 6.1.0 Added the Twenty Twenty-Three theme.
|
||||||
* @since 6.4.0 Added the Twenty Twenty-Four theme.
|
* @since 6.4.0 Added the Twenty Twenty-Four theme.
|
||||||
|
* @since 6.7.0 Added the Twenty Twenty-Five 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.7-beta1-59192';
|
$wp_version = '6.7-beta1-59193';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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
Block a user