From 7050ada441d3bb75cf3b21e2dde377b5d90721d1 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 7 Dec 2008 05:09:47 +0000 Subject: [PATCH] get_search_form() fixes from juergen. fixes #8512 git-svn-id: http://svn.automattic.com/wordpress/trunk@10100 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/general-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index fa1ca1c21f..0471f6566e 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -108,9 +108,9 @@ function get_search_form() { if ( '' != locate_template(array('searchform.php'), true) ) return; - $form = '
+ $form = ' -
+
';