removing use of template functions instead of template files
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 13 Nov 2017 16:53:16 +0000 (11:53 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 13 Nov 2017 16:53:16 +0000 (11:53 -0500)
wp 4.7+ doesn't like the use of the force template functions , removing the use
of these from the theme

functions.php
style.css

index 2c51f04..d5bac8f 100644 (file)
@@ -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';
index d85529e..8616913 100644 (file)
--- 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
 */