fixed syntax error in the file name included in the functions.php file
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Dec 2016 20:35:37 +0000 (15:35 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 1 Dec 2016 20:35:37 +0000 (15:35 -0500)
functions.php

index 53e7cd2..9c3d231 100644 (file)
@@ -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';