Changeset 18504 for trunk/wp-includes/user.php
- Timestamp:
- 08/04/2011 03:09:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/user.php
r18451 r18504 1567 1567 // Update the cookies if the password changed. 1568 1568 $current_user = wp_get_current_user(); 1569 if ( $current_user-> id== $ID ) {1569 if ( $current_user->ID == $ID ) { 1570 1570 if ( isset($plaintext_pass) ) { 1571 1571 wp_clear_auth_cookie();
Note: See TracChangeset
for help on using the changeset viewer.