Commit 84655a4815 for wordpress.org
commit 84655a4815e11ccf38a42a85e8a7aaa4cc74a54c
Author: Weston Ruter <weston@xwp.co>
Date: Fri Dec 5 18:32:34 2025 +0000
Docs: Update `@since x.y.z` with actual version number.
Follow-up to [60364].
Props solankisoftware, oztaser.
See #43421.
Fixes #64366.
Built from https://develop.svn.wordpress.org/trunk@61354
git-svn-id: http://core.svn.wordpress.org/trunk@60666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/capabilities.php b/wp-includes/capabilities.php
index 85f68985de..80f203eb7c 100644
--- a/wp-includes/capabilities.php
+++ b/wp-includes/capabilities.php
@@ -1124,7 +1124,7 @@ function get_role( $role ) {
* ) );
*
* @since 2.0.0
- * @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array.
+ * @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array.
*
* @param string $role Role name.
* @param string $display_name Display name for role.
diff --git a/wp-includes/class-wp-roles.php b/wp-includes/class-wp-roles.php
index 0b94e0f959..f620fb5a05 100644
--- a/wp-includes/class-wp-roles.php
+++ b/wp-includes/class-wp-roles.php
@@ -165,7 +165,7 @@ class WP_Roles {
* ) );
*
* @since 2.0.0
- * @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array.
+ * @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array.
*
* @param string $role Role name.
* @param string $display_name Role display name.
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0bad573714..b057e153b4 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.0-alpha-61353';
+$wp_version = '7.0-alpha-61354';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.