From: Anthony Talarico Date: Thu, 1 Dec 2016 20:35:37 +0000 (-0500) Subject: fixed syntax error in the file name included in the functions.php file X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=07d40722f5083c6ccea2d0f013c7f8b04550de9e;p=WP-Themes%2Fharborcountry.git fixed syntax error in the file name included in the functions.php file --- diff --git a/functions.php b/functions.php index 53e7cd2..9c3d231 100644 --- a/functions.php +++ b/functions.php @@ -11,5 +11,5 @@ include_once 'lib/plugins.php'; include_once 'lib/force-template-functions.php'; include_once 'lib/EventRegistration.php'; - include_once 'lib/theme_support.php'; + include_once 'lib/theme-support.php';