Make WordPress Core

Changeset 13987


Ignore:
Timestamp:
04/04/2010 06:37:10 AM (14 years ago)
Author:
nacin
Message:

Don't remove a category filter after performing an action on edit.php. props garyc40, fixes #11587

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit.php

    r13978 r13987  
    129129
    130130    if ( isset($_GET['action']) )
    131         $sendback = remove_query_arg( array('action', 'action2', 'cat', 'tags_input', 'post_author', 'comment_status', 'ping_status', '_status',  'post', 'bulk_edit', 'post_view'), $sendback );
     131        $sendback = remove_query_arg( array('action', 'action2', 'tags_input', 'post_author', 'comment_status', 'ping_status', '_status',  'post', 'bulk_edit', 'post_view'), $sendback );
    132132
    133133    wp_redirect($sendback);
Note: See TracChangeset for help on using the changeset viewer.