From 99474f16b6bce7178a5249a4e3e0e6059991cd5e Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Mon, 7 Oct 2024 22:28:15 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-theme.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 3331f0c5dd..cac1f6a410 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 9e9802c849..9c2d566fbb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.