Opened 13 years ago
Closed 13 years ago
#21439 closed defect (bug) (fixed)
Correct wp_update_user() @return value
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Inline Docs | Keywords: | has-patch |
| Focuses: | Cc: |
Description
wp_update_user() calls wp_insert_user(), which returns a WP_Error object on failure:
http://core.trac.wordpress.org/browser/tags/3.4.1/wp-includes/user.php#L1249
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In [21509]: