[wp-trac] [WordPress Trac] #24869: "All" in post list table is incorrectly selected in some filtered views

WordPress Trac noreply at wordpress.org
Mon Jul 29 01:51:17 UTC 2013


#24869: "All" in post list table is incorrectly selected in some filtered views
--------------------------------+------------------------------
 Reporter:  enej                |       Owner:
     Type:  defect (bug)        |      Status:  new
 Priority:  normal              |   Milestone:  Awaiting Review
Component:  Administration      |     Version:  3.5.2
 Severity:  minor               |  Resolution:
 Keywords:  has-patch ui-focus  |
--------------------------------+------------------------------

Comment (by sworddance):

 @helen - "Is there something we can do besides continuing to add to the
 conditional?"

 An alternative would be to see if the only $_REQUEST parameter is
 post_type. so something like:

      empty($_REQUEST) == 0 || count($_REQUEST) == 1 &&
 isset($_REQUEST['post_type'])

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24869#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list