Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kalich5 authored Aug 8, 2018
1 parent 4b0b86d commit 3cd83b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

define( 'CRDM_BASIC_APP_PATH', realpath( get_stylesheet_directory() ) . DIRECTORY_SEPARATOR );
define( 'CRDM_BASIC_APP_VERSION', '0.2' );
define( 'CRDM_BASIC_APP_VERSION', '0.1.1' );
define( 'CRDM_BASIC_TEMPLATE_URL', trailingslashit( get_stylesheet_directory_uri() ) );
define( 'CRDM_BASIC_PARENT_TEMPLATE_PATH', realpath( get_template_directory() ) . DIRECTORY_SEPARATOR );
define( 'CRDM_BASIC_PARENT_TEMPLATE_URL', trailingslashit( get_template_directory_uri() ) );
Expand Down Expand Up @@ -88,4 +88,4 @@ public function showAdminNotice( $message, $type = 'warning' ) {
}

global $crdmBasicTheme;
$crdmBasicTheme = new CrdmBasicTheme();
$crdmBasicTheme = new CrdmBasicTheme();

0 comments on commit 3cd83b4

Please sign in to comment.