Opened 3 years ago
Closed 3 years ago
#12298 closed defect (bug) (fixed)
wpmu_delete_user() doesnt use Link deletion API
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Users | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
wpmu_delete_user() doesnt use the Link deletion API.
Patch makes it match the logic employed by wp_delete_user().
Change History (2)
Note: See
TracTickets for help on using
tickets.

(In [13241]) Update wpmu_delete_user() to use wp_delete_user()'s Link Deletion API, ensures that all actions and cleanups are run. See #12298