From 1a3f66f4384339cf0e4300001597b0587c105445 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Fri, 2 Apr 2021 12:44:37 -0300 Subject: [PATCH] Sets constant to use child theme in this branch --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index eae3bf7..05d4196 100644 --- a/functions.php +++ b/functions.php @@ -16,7 +16,7 @@ if (! defined('WP_DEBUG') ) { /** Theme/plugin version */ const BLOCKSY_TAINACAN_VERSION = '0.1.0'; -const BLOCKSY_TAINACAN_IS_CHILD_THEME = false; +const BLOCKSY_TAINACAN_IS_CHILD_THEME = true; /* Tools to define our next constants */ require 'utils.php';