Fixed an erroneously placed php endtag in functions.php that broke the code
authorLaury GvR <laury@gaslightmedia.com>
Fri, 29 Dec 2017 16:27:47 +0000 (11:27 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 29 Dec 2017 16:27:47 +0000 (11:27 -0500)
functions.php

index acaf946..d1a7345 100644 (file)
@@ -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
 ?>