| 1 | # Fix for WordPress Core Ticket #64366 |
|---|
| 2 | # Docs: Replace @since x.y.z with actual version number (6.9.0) |
|---|
| 3 | |
|---|
| 4 | diff --git a/src/wp-includes/class-wp-roles.php b/src/wp-includes/class-wp-roles.php |
|---|
| 5 | index 3f892fb..abcd123 100644 |
|---|
| 6 | --- a/src/wp-includes/class-wp-roles.php |
|---|
| 7 | +++ b/src/wp-includes/class-wp-roles.php |
|---|
| 8 | @@ -215,7 +215,7 @@ class WP_Roles { |
|---|
| 9 | * |
|---|
| 10 | * @since 2.0.0 |
|---|
| 11 | - * @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array. |
|---|
| 12 | + * @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array. |
|---|
| 13 | * |
|---|
| 14 | * @param string $role Role name. |
|---|
| 15 | * @param string $display_name Role display name. |
|---|
| 16 | diff --git a/src/wp-includes/capabilities.php b/src/wp-includes/capabilities.php |
|---|
| 17 | index 5d78ef2..e1bcd88 100644 |
|---|
| 18 | --- a/src/wp-includes/capabilities.php |
|---|
| 19 | +++ b/src/wp-includes/capabilities.php |
|---|
| 20 | @@ -1124,7 +1124,7 @@ |
|---|
| 21 | * |
|---|
| 22 | * @since 2.0.0 |
|---|
| 23 | - * @since x.y.z Support was added for a numerically indexed array of strings for the capabilities array. |
|---|
| 24 | + * @since 6.9.0 Support was added for a numerically indexed array of strings for the capabilities array. |
|---|
| 25 | * |
|---|
| 26 | * @param string[]|bool[] $caps Array of primitive capabilities. |
|---|
| 27 | * @param string $cap Capability name. |
|---|