Skip to content

Commit b6714b3

Browse files
committed
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: https://core.svn.wordpress.org/trunk@60666 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent fdb09f7 commit b6714b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

wp-includes/capabilities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ function get_role( $role ) {
11241124
* ) );
11251125
*
11261126
* @since 2.0.0
1127-
* @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array.
1127+
* @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array.
11281128
*
11291129
* @param string $role Role name.
11301130
* @param string $display_name Display name for role.

wp-includes/class-wp-roles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function reinit() {
165165
* ) );
166166
*
167167
* @since 2.0.0
168-
* @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array.
168+
* @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array.
169169
*
170170
* @param string $role Role name.
171171
* @param string $display_name Role display name.

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.0-alpha-61353';
19+
$wp_version = '7.0-alpha-61354';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)