Opened 14 years ago
Closed 14 years ago
#21439 closed defect (bug) (fixed)
Correct wp_update_user() @return value
| Reported by: | SergeyBiryukov | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Inline Docs | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [21509]: