From 96ffbd5dd8f58c00660fb767482986721f134dfa Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 18 Jun 2015 12:11:31 -0400 Subject: [PATCH] Slightly cleaned up code in functions.php --- root/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/functions.php b/root/functions.php index 269793f..7fae8c9 100644 --- a/root/functions.php +++ b/root/functions.php @@ -206,7 +206,7 @@ function glm_side_menu() { add_action('wp_enqueue_scripts', 'glm_site_scripts'); -// +// Start of the Contextual/Highlight Search functions function mytheme_init() { remove_action('thematic_searchloop', 'thematic_search_loop'); } @@ -229,5 +229,5 @@ function mytheme_search_loop() { } add_action('thematic_searchloop', 'mytheme_search_loop'); -/// +// End of the Contextual/Highlight Search functions ?> -- 2.17.1