Role/Capability: Correct the documented accepted types for the `capability` argument of `WP_User_Query`.

See #16841, #54729

Built from https://develop.svn.wordpress.org/trunk@52653


git-svn-id: http://core.svn.wordpress.org/trunk@52242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2022-01-30 19:34:00 +00:00
parent ecc08a41f6
commit aed11c4067
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ class WP_User_Query {
* See WP_Meta_Query::__construct for accepted values and default value.
* @type array $meta_query An associative array of WP_Meta_Query arguments.
* See WP_Meta_Query::__construct for accepted values.
* @type string $capability An array or a comma-separated list of capability names that users must match
* @type string|string[] $capability An array or a comma-separated list of capability names that users must match
* to be included in results. Note that this is an inclusive list: users
* must match *each* capability.
* Does NOT work for capabilities not in the database or filtered via {@see 'map_meta_cap'}.

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.0-alpha-52652';
$wp_version = '6.0-alpha-52653';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.