From: Laury GvR Date: Thu, 18 Jun 2015 16:11:31 +0000 (-0400) Subject: Slightly cleaned up code in functions.php X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=96ffbd5dd8f58c00660fb767482986721f134dfa;p=web%2FGruntInit%2FglmTheme.git Slightly cleaned up code in functions.php --- 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 ?>