Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#21439 closed defect (bug) (fixed)

Correct wp_update_user() @return value

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: ryan's profile ryan
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)

21439.patch (575 bytes) - added by SergeyBiryukov 12 years ago.

Download all attachments as: .zip

Change History (2)

#1 @ryan
12 years ago

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [21509]:

Update wp_update_user() phpdoc to reflect a possible return of WP_Error. Props SergeyBiryukov. fixes #21439

Note: See TracTickets for help on using tickets.