Slightly cleaned up code in functions.php
authorLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:11:31 +0000 (12:11 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:11:31 +0000 (12:11 -0400)
root/functions.php

index 269793f..7fae8c9 100644 (file)
@@ -206,7 +206,7 @@ function glm_side_menu() {
 add_action('wp_enqueue_scripts', 'glm_site_scripts');
 
 
-//<!-- Start of the Contextual/Highlight Search functions -->
+// 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 -->
+// End of the Contextual/Highlight Search functions 
 ?>