Changeset 38406
- Timestamp:
- 08/27/2016 04:53:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r38371 r38406 1043 1043 1044 1044 /** 1045 * Filters the query arguments for the user drop-down.1045 * Filters the query arguments for the list of users in the dropdown. 1046 1046 * 1047 1047 * @since 4.4.0 1048 1048 * 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. 1051 1051 */ 1052 1052 $query_args = apply_filters( 'wp_dropdown_users_args', $query_args, $r );
Note: See TracChangeset
for help on using the changeset viewer.