We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72eef20 commit 5730c97Copy full SHA for 5730c97
init.php
@@ -29,11 +29,11 @@
29
}
30
31
// Define Config
32
-if(!defined('TR_LAUNCHER_CONFIG')) {
33
- define('TR_LAUNCHER_CONFIG', __DIR__ . '/config' );
+if(!defined('TR_CORE_CONFIG_PATH')) {
+ define('TR_CORE_CONFIG_PATH', __DIR__ . '/config' );
34
35
36
-new \TypeRocket\Core\Config( TR_LAUNCHER_CONFIG );
+new \TypeRocket\Core\Config( TR_CORE_CONFIG_PATH );
37
38
// Load TypeRocket
39
if( defined('WPINC') ) {
0 commit comments