Make WordPress Core


Ignore:
Timestamp:
11/24/2020 09:25:46 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Upgrade more parameters in docblocks to used typed array notation.

See #51800, #41756

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r49672 r49693  
    12801280 *                                                 match to be included in results. Note that this is an inclusive
    12811281 *                                                 list: users must match *each* role. Default empty.
    1282  *     @type array        $role__in                An array of role names. Matched users must have at least one of
     1282 *     @type string[]     $role__in                An array of role names. Matched users must have at least one of
    12831283 *                                                 these roles. Default empty array.
    1284  *     @type array        $role__not_in            An array of role names to exclude. Users matching one or more of
     1284 *     @type string[]     $role__not_in            An array of role names to exclude. Users matching one or more of
    12851285 *                                                 these roles will not be included in results. Default empty array.
    12861286 * }
Note: See TracChangeset for help on using the changeset viewer.