Changeset 30431 for branches/4.0/src/wp-includes/user.php
- Timestamp:
- 11/20/2014 01:39:21 PM (10 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-includes/user.php
r29635 r30431 1819 1819 1820 1820 if ( $update ) { 1821 if ( $user_email !== $old_user_data->user_email ) { 1822 $data['user_activation_key'] = ''; 1823 } 1821 1824 $wpdb->update( $wpdb->users, $data, compact( 'ID' ) ); 1822 1825 $user_id = (int) $ID;
Note: See TracChangeset
for help on using the changeset viewer.