This commit is contained in:
Matthias Kretschmann 2016-03-17 13:07:30 +01:00
parent 7a6f3c3539
commit c602004941
7 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ define( 'WPTHEME_VERSION', '0.1.0' );
define( 'WPTHEME_URL', get_stylesheet_directory_uri() );
define( 'WPTHEME_TEMPLATE_URL', get_template_directory_uri() );
define( 'WPTHEME_PATH', get_template_directory() . '/' );
define( 'WPTHEME_INC', WPTHEME_PATH . 'includes/' );
define( 'WPTHEME_INC', WPTHEME_PATH . 'functions/' );
// Include compartmentalized functions
require_once WPTHEME_INC . 'core.php';