Changeset 47644 for branches/5.3/src/wp-includes/user.php
- Timestamp:
- 04/29/2020 04:04:20 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 47633-47638
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-includes/user.php
r47417 r47644 1794 1794 1795 1795 if ( $update ) { 1796 if ( $user_email !== $old_user_data->user_email ) {1796 if ( $user_email !== $old_user_data->user_email || $user_pass !== $old_user_data->user_pass ) { 1797 1797 $data['user_activation_key'] = ''; 1798 1798 }
Note: See TracChangeset
for help on using the changeset viewer.