Opened 17 years ago
Closed 11 years ago
#11200 closed enhancement (fixed)
Add count for approved comments filter
| Reported by: | scribu | Owned by: | wonderboymusic |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Comments | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | administration |
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
@
17 years ago
- Milestone 3.0 → Future Release
I like this but I think we'll need to account for the other actions if we're to do it.
#10
@
11 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
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.