Skip to content

Commit 7800b8e

Browse files
committed
Docs: Update @since x.y.z with actual version number.
Follow-up to [60364]. Props solankisoftware, oztaser. See #43421. Fixes #64366. git-svn-id: https://develop.svn.wordpress.org/trunk@61354 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 2929fe2 commit 7800b8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/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.

src/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.

0 commit comments

Comments
 (0)