From 68b85561ba0a711cf265d14f1ed9b723baea21cb Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 18 Jun 2015 12:13:09 -0400 Subject: [PATCH] Search result page h2 positioning fix --- functions.php | 4 ++-- search.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index d890cc5..c6f2155 100755 --- a/functions.php +++ b/functions.php @@ -114,7 +114,7 @@ function GLM_get_header() { } } -// +// Start of the Contextual/Highlight Search functions function mytheme_init() { remove_action('thematic_searchloop', 'thematic_search_loop'); } @@ -137,5 +137,5 @@ function mytheme_search_loop() { } add_action('thematic_searchloop', 'mytheme_search_loop'); -/// +// End of the Contextual/Highlight Search functions ?> diff --git a/search.php b/search.php index 03ab183..163541e 100644 --- a/search.php +++ b/search.php @@ -5,7 +5,7 @@
-

Search Results for ""

+

Search Results for ""

@@ -102,6 +102,6 @@
-

Please enter a term to be searched.

+

Please enter a term to be searched.

-- 2.17.1