From 9cfa62b2c43e612933792948a4ff16fa78278700 Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 23 Feb 2008 07:20:08 +0000 Subject: [PATCH] Don't show filter stuff when we're on a single post view. git-svn-id: http://svn.automattic.com/wordpress/trunk@6992 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 66e6e89eb1..b9bd6e6094 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -138,7 +138,7 @@ if ( $page_links ) posts WHERE post_type = 'post' ORDER BY post_date DESC"; $arc_result = $wpdb->get_results( $arc_query ); @@ -169,7 +169,7 @@ foreach ($arc_result as $arc_row) { - +