#2688 closed defect (bug) (fixed)
[patch] Correct Check of wp_insert_user
Reported by: | bountin | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: | bountin |
Description
If wp_insert_user errors it returns an instance of WP_Error and not a boolean value.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [3320]) Check for WP_Error on user account creation. Fixes #2688 (trunk)