Changeset 6387 for trunk/wp-includes/registration.php
- Timestamp:
- 12/16/2007 05:41:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/registration.php
r6350 r6387 168 168 if ( $current_user->id == $ID ) { 169 169 if ( isset($plaintext_pass) ) { 170 wp_clear cookie();171 wp_set cookie($userdata['user_login'], $plaintext_pass);170 wp_clear_auth_cookie(); 171 wp_set_auth_cookie($ID); 172 172 } 173 173 }
Note: See TracChangeset
for help on using the changeset viewer.