From: Laury GvR Date: Fri, 29 Dec 2017 16:27:47 +0000 (-0500) Subject: Fixed an erroneously placed php endtag in functions.php that broke the code X-Git-Tag: v1.0.0^2~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=ac4a61173001423f6a396f4962646f2f2f0e39d4;p=WP-Themes%2Fvisitescanaba.git Fixed an erroneously placed php endtag in functions.php that broke the code --- diff --git a/functions.php b/functions.php index acaf946..d1a7345 100644 --- 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 ?>