From: Laury GvR Date: Thu, 1 Dec 2016 20:43:39 +0000 (-0500) Subject: Added theme support function inclusion X-Git-Tag: v1.0.0^2~151 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=21193789acf91507e7e51c96b5649dc21aa4daf7;p=WP-Themes%2Fbaragacounty.git Added theme support function inclusion --- diff --git a/functions.php b/functions.php index 4b96d92..008c805 100644 --- a/functions.php +++ b/functions.php @@ -10,4 +10,5 @@ include_once 'lib/images.php'; include_once 'lib/plugins.php'; include_once 'lib/force-template-functions.php'; + include_once 'lib/theme-support.php'; ?> \ No newline at end of file diff --git a/style.css b/style.css index 839c866..ec109dc 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: GenericHarborCountry Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme based off of HarborCountry -Version: 1.0 +Version: 1.0.1 */