projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ea31e8
)
Slightly cleaned up code in functions.php
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:11:31 +0000
(12:11 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 18 Jun 2015 16:11:31 +0000
(12:11 -0400)
root/functions.php
patch
|
blob
|
history
diff --git
a/root/functions.php
b/root/functions.php
index
269793f
..
7fae8c9
100644
(file)
--- 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 -->
+//
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
?>