projects
/
WP-Themes
/
visitescanaba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d987e3e
)
Fixed an erroneously placed php endtag in functions.php that broke the code
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 29 Dec 2017 16:27:47 +0000
(11:27 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 29 Dec 2017 16:27:47 +0000
(11:27 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
acaf946
..
d1a7345
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-181,7
+181,6
@@
function get_excerpt_by_id($post_id, $length = 35){
return $the_excerpt;
}
-?>
add_action('thematic_searchloop', 'mytheme_search_loop');
// End of the Contextual/Highlight Search functions
?>