﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
17009	wp_update_user not creating a new user if not passed an ID	casben79	casben79	"the function wp_update_user() is not creating a new user if not passed an ID. 

Bugging out as get_object_vars() expects an object but being passed false as no user ID was passed to the function

Upon further investigation was also hashing the password passed to it, when the function it calls ( wp_insert_user() ) does this again which has resulted in an incorrect password error.

I have created a patch for this, and in the process also cleaned up an unnecessary if( isset(...) ) statement at the end of the function as well as some missing whitespace. "	defect (bug)	closed	normal		Users	3.1	major	duplicate	has-patch	lkraav cartpauj@…
