Opened 15 years ago
Closed 15 years ago
#12298 closed defect (bug) (fixed)
wpmu_delete_user() doesnt use Link deletion API
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Users | Keywords: | |
Focuses: | 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