Sets constant to use child theme in this branch

This commit is contained in:
mateuswetah 2021-04-02 12:44:37 -03:00
parent 7bcf64bdc2
commit 1a3f66f438
1 changed files with 1 additions and 1 deletions

View File

@ -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';