From 2b32b9bb8c5d1412c2b6859c3a5877212b35fd8f Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 2 Mar 2012 00:13:05 +0000 Subject: [PATCH] Remove debug cruft. git-svn-id: http://svn.automattic.com/wordpress/trunk@20068 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-themes-list-table.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-themes-list-table.php b/wp-admin/includes/class-wp-themes-list-table.php index 1255cc771..257ce1f6c 100644 --- a/wp-admin/includes/class-wp-themes-list-table.php +++ b/wp-admin/includes/class-wp-themes-list-table.php @@ -29,10 +29,8 @@ class WP_Themes_List_Table extends WP_List_Table { if ( ! empty( $_REQUEST['s'] ) ) $this->search_terms = array_unique( array_filter( array_map( 'trim', explode( ',', strtolower( stripslashes( $_REQUEST['s'] ) ) ) ) ) ); - if ( ! empty( $_REQUEST['features'] ) ) { - var_dump( $_REQUEST['features'] ); + if ( ! empty( $_REQUEST['features'] ) ) $this->features = $_REQUEST['features']; - } if ( $this->search_terms || $this->features ) { foreach ( $themes as $key => $theme ) {