diff --git a/wp-includes/user.php b/wp-includes/user.php index 8e475e1b09..2b0c417de5 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -1426,9 +1426,6 @@ function wp_insert_user( $userdata ) { * It is possible to update a user's password by specifying the 'user_pass' * value in the $userdata parameter array. * - * If $userdata does not contain an 'ID' key, then a new user will be created - * and the new user's ID will be returned. - * * If current user's password is being updated, then the cookies will be * cleared. *