Opened 5 years ago
Closed 5 years ago
#6338 closed defect (bug) (fixed)
Marking comment as spam increments the comment moderation counter
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Administration | Version: | 2.5 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Marking a comment as spam (async) increments the comment moderation counter. That should only happen if a comment is unapproved.
Attachments (1)
Change History (5)
comment:1
markjaquith
— 5 years ago
- Resolution set to fixed
- Status changed from new to closed
comment:2
markjaquith
— 5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
mdawaffe pointed out that this breaks counter increments when unapproving comments from the "Approved Comments" screen. He's working on a fix.
comment:3
mdawaffe
— 5 years ago
Attached passes event "target" info to the *After wp-lists callbacks.
This information is used to detect what link was clicked when deleting something from the list.
comment:4
markjaquith
— 5 years ago
- Resolution set to fixed
- Status changed from reopened to closed
Note: See
TracTickets for help on using
tickets.
(In [7459]) Don't increment moderation counter when deleting or marking comments as spam. fixes #6338