Opened 15 years ago
Closed 15 years ago
#13242 closed defect (bug) (fixed)
Deleting a user and removing their posts creates errors
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | high |
Severity: | blocker | Version: | 3.0 |
Component: | General | Keywords: | has-patch |
Focuses: | Cc: |
Description
Attached patch fixes two problems:
- clear_user_cache is called with the user object, after the user has been deleted (so nothing to clear)
- Missing break in the deletion switch was calling the wp_delete_user function twice.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [14422]) User deletion fixes. Props yoavf. fixes #13242