Changeset 30165 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 11/01/2014 10:33:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r30105 r30165 1064 1064 * @param string $password The new user's password. 1065 1065 * @param string $email The new user's email address. 1066 * @return mixedReturns false on failure, or int $user_id on success1066 * @return int|bool Returns false on failure, or int $user_id on success 1067 1067 */ 1068 1068 function wpmu_create_user( $user_name, $password, $email ) {
Note: See TracChangeset
for help on using the changeset viewer.