Changeset 12878
- Timestamp:
- 01/27/2010 05:55:39 PM (15 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/load-scripts.php
r12214 r12878 16 16 */ 17 17 function __() {} 18 19 /**20 * @ignore21 */22 function _c() {}23 18 24 19 /** -
trunk/wp-admin/load-styles.php
r12214 r12878 16 16 */ 17 17 function __() {} 18 19 /**20 * @ignore21 */22 function _c() {}23 18 24 19 /** -
trunk/wp-admin/ms-edit.php
r12806 r12878 490 490 wp_die( __('Missing email.') ); 491 491 492 $password = generate_random_password();492 $password = wp_generate_password(); 493 493 $user_id = wpmu_create_user(wp_specialchars( strtolower( $user['username'] ) ), $password, wp_specialchars( $user['email'] ) ); 494 494
Note: See TracChangeset
for help on using the changeset viewer.