From 63f592491a1ef27e07fcec362b88e7743f6680f1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 13 Nov 2017 11:53:16 -0500 Subject: [PATCH] removing use of template functions instead of template files wp 4.7+ doesn't like the use of the force template functions , removing the use of these from the theme --- functions.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 2c51f04..d5bac8f 100644 --- a/functions.php +++ b/functions.php @@ -9,4 +9,4 @@ include_once 'lib/widgets.php'; include_once 'lib/enqueueing.php'; include_once 'lib/images.php'; include_once 'lib/plugins.php'; -include_once 'lib/force-template-functions.php'; +// include_once 'lib/force-template-functions.php'; diff --git a/style.css b/style.css index d85529e..8616913 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: OriginalButterflyHouse Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme made for OringinalButterflyHouse -Version: 0.3.1 +Version: 1.0.5 */ -- 2.17.1