Changeset 30433 for branches/3.8/src/wp-includes/user.php
- Timestamp:
- 11/20/2014 01:41:48 PM (10 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-includes/user.php
r26493 r30433 1410 1410 1411 1411 if ( $update ) { 1412 if ( $user_email !== $old_user_data->user_email ) { 1413 $data['user_activation_key'] = ''; 1414 } 1412 1415 $wpdb->update( $wpdb->users, $data, compact( 'ID' ) ); 1413 1416 $user_id = (int) $ID;
Note: See TracChangeset
for help on using the changeset viewer.