From 09d349013ef92a3c6b68713ea94ab6963a4199f0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 1 Dec 2016 15:34:06 -0500 Subject: [PATCH] adding theme support file to functions.php --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index ca98cbb..53e7cd2 100644 --- a/functions.php +++ b/functions.php @@ -11,4 +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'; -- 2.17.1