Ticket #28004: user.diff
| File user.diff, 487 bytes (added by , 12 years ago) |
|---|
-
wp-includes/user.php
1543 1543 $ID = (int) $ID; 1544 1544 $update = true; 1545 1545 $old_user_data = WP_User::get_data_by( 'id', $ID ); 1546 1547 if ( false === $old_user_data ) { 1548 return new WP_Error( 'updating_non_existing_user', __( 'User does not exist!' ) ); 1549 } 1550 1546 1551 } else { 1547 1552 $update = false; 1548 1553 // Hash the password
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)