From 07d40722f5083c6ccea2d0f013c7f8b04550de9e Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 1 Dec 2016 15:35:37 -0500 Subject: [PATCH] fixed syntax error in the file name included in the functions.php file --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.17.1