Opened 15 years ago
Closed 9 years ago
#11200 closed enhancement (fixed)
Add count for approved comments filter
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Comments | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
On wp-admin/edit-comments.php, Approved is the only filter that doesn't have a count after it.
Attachments (4)
Change History (23)
#3
@
15 years ago
- Milestone changed from 3.0 to Future Release
I like this but I think we'll need to account for the other actions if we're to do it.
#10
@
9 years ago
- Keywords needs-refresh removed
11200.2.diff adds the count and handles dynamic counts, of which there are many to account for. Still need to handle delete
#14
@
9 years ago
- Owner set to wonderboymusic
- Resolution set to fixed
- Status changed from new to closed
In 33657:
Note: See
TracTickets for help on using
tickets.
Current patch adds the count and updates it dynamically when (un)approving a comment.
However, it doesn't update it for all the other actions: replying, trashing, deleting, marking as spam.