Changeset 26868 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r26503 r26868 10 10 * Creates a new user from the "Users" form using $_POST information. 11 11 * 12 * @since 2.0 12 * @since 2.0.0 13 13 * 14 14 * @return null|WP_Error|int Null when adding user, WP_Error or User ID integer when no parameters. … … 23 23 * Used on user-edit.php and profile.php to manage and process user options, passwords etc. 24 24 * 25 * @since 2.0 25 * @since 2.0.0 26 26 * 27 27 * @param int $user_id Optional. User ID. … … 194 194 * user management. 195 195 * 196 * @since 2.8 196 * @since 2.8.0 197 197 * 198 198 * @return unknown
Note: See TracChangeset
for help on using the changeset viewer.