Changeset 2995 for trunk/wp-includes/registration-functions.php
- Timestamp:
- 11/06/2005 03:58:52 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/registration-functions.php
r2994 r2995 60 60 update_usermeta( $user_id, 'aim', $aim ); 61 61 update_usermeta( $user_id, 'yim', $yim ); 62 62 63 if ($update && !empty($role)) { 64 $user = new WP_User($user_id); 65 $user->set_role($role); 66 } 67 63 68 if ( !$update ) { 64 69 $user = new WP_User($user_id);
Note: See TracChangeset
for help on using the changeset viewer.