Sets constant to use child theme in this branch
This commit is contained in:
parent
7bcf64bdc2
commit
1a3f66f438
|
@ -16,7 +16,7 @@ if (! defined('WP_DEBUG') ) {
|
||||||
|
|
||||||
/** Theme/plugin version */
|
/** Theme/plugin version */
|
||||||
const BLOCKSY_TAINACAN_VERSION = '0.1.0';
|
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 */
|
/* Tools to define our next constants */
|
||||||
require 'utils.php';
|
require 'utils.php';
|
||||||
|
|
Loading…
Reference in New Issue