Changeset 30432 for branches/3.9/src/wp-includes/user.php
- Timestamp:
- 11/20/2014 01:41:33 PM (12 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-includes/user.php
r28087 r30432 1717 1717 1718 1718 if ( $update ) { 1719 if ( $user_email !== $old_user_data->user_email ) { 1720 $data['user_activation_key'] = ''; 1721 } 1719 1722 $wpdb->update( $wpdb->users, $data, compact( 'ID' ) ); 1720 1723 $user_id = (int) $ID;
Note: See TracChangeset
for help on using the changeset viewer.