Changeset 47653 for branches/4.4/src/wp-includes/user.php
- Timestamp:
- 04/29/2020 04:38:31 PM (6 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
- Property svn:mergeinfo changed
/trunk merged: 47634-47635,47637-47638
- Property svn:mergeinfo changed
-
branches/4.4/src/wp-includes/user.php
r41129 r47653 1498 1498 1499 1499 if ( $update ) { 1500 if ( $user_email !== $old_user_data->user_email ) {1500 if ( $user_email !== $old_user_data->user_email || $user_pass !== $old_user_data->user_pass ) { 1501 1501 $data['user_activation_key'] = ''; 1502 1502 }
Note: See TracChangeset
for help on using the changeset viewer.