Ticket #43051: 43051.1.patch
| File 43051.1.patch, 641 bytes (added by , 8 years ago) |
|---|
-
wp-includes/user.php
1844 1844 * 1845 1845 * @see wp_insert_user() For what fields can be set in $userdata. 1846 1846 * 1847 * @param object|WP_User $userdata An array of user data or a user object of type stdClass or WP_User.1847 * @param array|object|WP_User $userdata An array of user data or a user object of type stdClass or WP_User. 1848 1848 * @return int|WP_Error The updated user's ID or a WP_Error object if the user could not be updated. 1849 1849 */ 1850 1850 function wp_update_user( $userdata ) {