Changeset 47640 for branches/5.4/src/wp-includes/user.php
- Timestamp:
- 04/29/2020 03:46:39 PM (3 years ago)
- Location:
- branches/5.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.4
-
branches/5.4/src/wp-includes/user.php
r47412 r47640 1804 1804 1805 1805 if ( $update ) { 1806 if ( $user_email !== $old_user_data->user_email ) {1806 if ( $user_email !== $old_user_data->user_email || $user_pass !== $old_user_data->user_pass ) { 1807 1807 $data['user_activation_key'] = ''; 1808 1808 }
Note: See TracChangeset
for help on using the changeset viewer.