Changeset 32654 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r32653 r32654 12 12 * @since 2.0.0 13 13 * 14 * @return null|WP_Error|int Null when adding user, WP_Error or User ID integer when no parameters.14 * @return int|WP_Error WP_Error or User ID. 15 15 */ 16 16 function add_user() { … … 26 26 * 27 27 * @param int $user_id Optional. User ID. 28 * @return int user id of the updated user28 * @return int|WP_Error user id of the updated user 29 29 */ 30 30 function edit_user( $user_id = 0 ) { … … 411 411 /** 412 412 * @since 2.8.0 413 * 414 * @param int $user_ID 415 * @param object $old_data 413 416 */ 414 417 function default_password_nag_edit_user($user_ID, $old_data) {
Note: See TracChangeset
for help on using the changeset viewer.