From: Anthony Talarico Date: Thu, 1 Dec 2016 20:34:06 +0000 (-0500) Subject: adding theme support file to functions.php X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=09d349013ef92a3c6b68713ea94ab6963a4199f0;p=WP-Themes%2Fharborcountry.git adding theme support file to functions.php --- 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';