Opened 12 years ago
Closed 12 years ago
#23067 closed defect (bug) (fixed)
wp_delete_user() doesn't check if the user exists
Reported by: | scribu | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
It just calls $user = new WP_User( $id );
and that's it.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Similar: #22858