From: Anthony Talarico Date: Mon, 13 Nov 2017 16:53:16 +0000 (-0500) Subject: removing use of template functions instead of template files X-Git-Tag: v1.0.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=63f592491a1ef27e07fcec362b88e7743f6680f1;p=WP-Themes%2Foriginalbutterflyhouse.git 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 --- 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 */