Make WordPress Core

Changeset 38406


Ignore:
Timestamp:
08/27/2016 04:53:08 PM (8 years ago)
Author:
johnbillion
Message:

Users: Correct the documentation for the wp_dropdown_users_args filter description and its parameters.

See #37770

File:
1 edited

Legend:

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

    r38371 r38406  
    10431043
    10441044    /**
    1045      * Filters the query arguments for the user drop-down.
     1045     * Filters the query arguments for the list of users in the dropdown.
    10461046     *
    10471047     * @since 4.4.0
    10481048     *
    1049      * @param array $query_args The query arguments for wp_dropdown_users().
    1050      * @param array $r          The default arguments for wp_dropdown_users().
     1049     * @param array $query_args The query arguments for get_users().
     1050     * @param array $r          The arguments passed to wp_dropdown_users() combined with the defaults.
    10511051     */
    10521052    $query_args = apply_filters( 'wp_dropdown_users_args', $query_args, $r );
Note: See TracChangeset for help on using the changeset viewer.