From fd3b312310b422ecd38ee8c6e885b674c2fef053 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 4 Sep 2012 21:20:51 +0000 Subject: [PATCH] Remove the filter setting when searching media. Props helenyhou. fixes #19452 git-svn-id: http://core.svn.wordpress.org/trunk@21750 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-list-table.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 030648fcfa..2083c9d777 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -209,6 +209,10 @@ class WP_List_Table { echo ''; if ( ! empty( $_REQUEST['order'] ) ) echo ''; + if ( ! empty( $_REQUEST['post_mime_type'] ) ) + echo ''; + if ( ! empty( $_REQUEST['detached'] ) ) + echo ''; ?>