#11463 closed defect (bug) (fixed)
Orphaned comment metadata in DB after comment is removed
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Comments | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
wp_delete_comment() should delete all comment medadata associated with comment.
Attachments (2)
Change History (8)
Second patch works a bit more like wp_delete_post. Adds deleted_comment action and deletes comment after meta is deleted (that way meta hooks can react).
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

I was looking at this the other day but couldn't get around to a patch and never submitted a ticket.