Opened 5 months ago
Closed 4 months ago
#23067 closed defect (bug) (fixed)
wp_delete_user() doesn't check if the user exists
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| 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