#20281 closed defect (bug) (fixed)
Comment type filter doesn't persist across views
| Reported by: | duck_ | Owned by: | duck_ |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Comments | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
- Visit edit-comments.php
- Filter to only show pings
- Switch to a different view (e.g. Approved)
Expected (as seen on 3.0.x): pings only filter to stay in effect
Actual: all comment types are displayed again
Patch attached simply globalizes $comment_type in get_views().
If this is no longer desired behaviour we can remove the dead code instead.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Related: #16344