Changeset 33725
- Timestamp:
- 08/24/2015 10:22:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r33716 r33725 2366 2366 * @param string $password The user's password. 2367 2367 * @param string $email Optional. The user's email. Default empty. 2368 * @return int|WP_Error The new user's ID. 2368 * @return int|WP_Error The newly created user's ID or a WP_Error object if the user could not 2369 * be created. 2369 2370 */ 2370 2371 function wp_create_user($username, $password, $email = '') {
Note: See TracChangeset
for help on using the changeset viewer.