From 4ebfe93ca221a41c7ffb887f2c60368b0834917b Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 20 Mar 2008 20:28:17 +0000 Subject: [PATCH] Show previous search in comment search box git-svn-id: http://svn.automattic.com/wordpress/trunk@7424 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 3969c123e0..bc62681bc4 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -59,7 +59,7 @@ if ( isset($_GET['s']) ) $search_dirty = $_GET['s']; else $search_dirty = ''; -$search = attribute_escape( $search ); +$search = attribute_escape( $search_dirty ); ?>