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:
Peter Wilson 2024-10-07 22:28:15 +00:00
parent a13d535628
commit 99474f16b6
2 changed files with 2 additions and 1 deletions

View File

@ -60,6 +60,7 @@ final class WP_Theme implements ArrayAccess {
* @since 5.9.0 Added the Twenty Twenty-Two theme.
* @since 6.1.0 Added the Twenty Twenty-Three theme.
* @since 6.4.0 Added the Twenty Twenty-Four theme.
* @since 6.7.0 Added the Twenty Twenty-Five theme.
* @var string[]
*/
private static $default_themes = array(

View File

@ -16,7 +16,7 @@
*
* @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.