Changeset 47060 for trunk/src/wp-includes/user.php
- Timestamp:
- 01/11/2020 06:30:58 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r46823 r47060 335 335 * @since 3.9.0 336 336 * 337 * @param int|bool $user_id The user ID (or false) as received from the338 * determine_current_userfilter.337 * @param int|bool $user_id The user ID (or false) as received from 338 * the `determine_current_user` filter. 339 339 * @return int|false User ID if validated, false otherwise. If a user ID from 340 340 * an earlier filter callback is received, that value is returned. … … 1094 1094 * these roles will not be included in results. Default empty array. 1095 1095 * } 1096 * @return string String of HTML content.1096 * @return string HTML dropdown list of users. 1097 1097 */ 1098 1098 function wp_dropdown_users( $args = '' ) { … … 3638 3638 * @param string $request_id ID of the request being confirmed. 3639 3639 * @param string $key Provided key to validate. 3640 * @return bool|WP_Error WP_Error on failure, true on success.3640 * @return bool|WP_Error True on success, WP_Error on failure. 3641 3641 */ 3642 3642 function wp_validate_user_request_key( $request_id, $key ) {
Note: See TracChangeset
for help on using the changeset viewer.