Changes from trunk/src/wp-includes/user.php at r29635 to branches/4.0/src/wp-includes/user.php at r30431
- File:
-
- 1 edited
-
branches/4.0/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)