Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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

  1. Visit edit-comments.php
  2. Filter to only show pings
  3. 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)

20281.diff (525 bytes ) - added by duck_ 14 years ago.

Download all attachments as: .zip

Change History (4)

@duck_
14 years ago

#1 @duck_
14 years ago

Related: #16344

#2 @duck_
14 years ago

  • Owner set to duck_
  • Resolutionfixed
  • Status newclosed

In [20350]:

Make comment type filter persist across views (e.g. approved, spam) of the list of comments. Fixes #20281.

#3 @duck_
14 years ago

  • Milestone Awaiting Review3.4
Note: See TracTickets for help on using tickets.