From 853c59eeb3f64ff2bfde7fb5895c13ea4e5f88a1 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 7 Sep 2006 17:37:26 +0000 Subject: [PATCH] the_search_query() from mdawaffe. fixes #914 git-svn-id: http://svn.automattic.com/wordpress/trunk@4171 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/searchform.php | 2 +- wp-content/themes/default/sidebar.php | 2 +- wp-includes/general-template.php | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/default/searchform.php b/wp-content/themes/default/searchform.php index c7c73f1737..c6f714035d 100644 --- a/wp-content/themes/default/searchform.php +++ b/wp-content/themes/default/searchform.php @@ -1,5 +1,5 @@
-
+
diff --git a/wp-content/themes/default/sidebar.php b/wp-content/themes/default/sidebar.php index 0ce9b38e3e..948ad25a33 100644 --- a/wp-content/themes/default/sidebar.php +++ b/wp-content/themes/default/sidebar.php @@ -30,7 +30,7 @@

You have searched the weblog archives - for ''. If you are unable to find anything in these search results, you can try one of these links.

+ for ''. If you are unable to find anything in these search results, you can try one of these links.

You are currently browsing the weblog archives.

diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index e1b332b65f..9f168acdf8 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -801,4 +801,9 @@ function the_editor($content, $id = 'content', $prev_id = 'title') {