Changeset 47646 for branches/5.1/src/wp-includes/user.php
- Timestamp:
- 04/29/2020 04:06:55 PM (6 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
- Property svn:mergeinfo changed
/trunk merged: 47633-47638
- Property svn:mergeinfo changed
-
branches/5.1/src/wp-includes/user.php
r44928 r47646 1778 1778 1779 1779 if ( $update ) { 1780 if ( $user_email !== $old_user_data->user_email ) {1780 if ( $user_email !== $old_user_data->user_email || $user_pass !== $old_user_data->user_pass ) { 1781 1781 $data['user_activation_key'] = ''; 1782 1782 }
Note: See TracChangeset
for help on using the changeset viewer.