Make WordPress Core

Opened 20 years ago

Closed 20 years ago

#1011 closed enhancement (wontfix)

No option to clean comments flagged as spam

Reported by: jesuit's profile jesuit Owned by: matt's profile 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)

#1 @jesuit
20 years ago

  • Patch set to No

#2 @matt
20 years ago

  • Owner changed from anonymous to matt
  • Resolution changed from 10 to 90
  • Status changed from new to closed

DELETE FROM wp_comments WHERE comment_status = 'spam'

Note: See TracTickets for help on using tickets.