Changeset 47660 for branches/3.9/src/wp-includes/user.php
- Timestamp:
- 04/29/2020 04:55:29 PM (6 years ago)
- File:
-
- 1 edited
-
branches/3.9/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9/src/wp-includes/user.php
r30432 r47660 1717 1717 1718 1718 if ( $update ) { 1719 if ( $user_email !== $old_user_data->user_email ) {1719 if ( $user_email !== $old_user_data->user_email || $user_pass !== $old_user_data->user_pass ) { 1720 1720 $data['user_activation_key'] = ''; 1721 1721 }
Note: See TracChangeset
for help on using the changeset viewer.