Opened 20 years ago
Closed 20 years ago
#1011 closed enhancement (wontfix)
No option to clean comments flagged as spam
Reported by: | jesuit | Owned by: | matt |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
There is currently no easy way to delete the comments that 1.5 flags as spam. I checked my comments table recently and had 1500+ comments/trackbacks that were flagged as spam that I never saw, that is great until my table starts to become bloated.
There needs to be a mass delete option for those comments so the user can periodically clean out the chaff.
Change History (2)
Note: See
TracTickets for help on using
tickets.
DELETE FROM wp_comments WHERE comment_status = 'spam'