diff --git a/src/wp-includes/class-wp-user-query.php b/src/wp-includes/class-wp-user-query.php
index 9b9087dceb..224d551181 100644
|
a
|
b
|
class WP_User_Query {
|
| 140 | 140 | * @since 5.3.0 Introduced the 'meta_type_key' parameter. |
| 141 | 141 | * @since 5.9.0 Added 'capability', 'capability__in', and 'capability__not_in' parameters. |
| 142 | 142 | * |
| 143 | | * @global wpdb $wpdb WordPress database abstraction object. |
| 144 | | * @global int $blog_id |
| | 143 | * @global wpdb $wpdb WordPress database abstraction object. |
| | 144 | * @global WP_Roles $wp_roles WordPress role management object. |
| 145 | 145 | * |
| 146 | 146 | * @param string|array $query { |
| 147 | 147 | * Optional. Array or string of Query parameters. |