From ac4a61173001423f6a396f4962646f2f2f0e39d4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 29 Dec 2017 11:27:47 -0500 Subject: [PATCH] Fixed an erroneously placed php endtag in functions.php that broke the code --- functions.php | 1 - 1 file changed, 1 deletion(-) 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 ?> -- 2.17.1