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

Commit 3cd83b4

Browse files
authored
Update functions.php
1 parent 4b0b86d commit 3cd83b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
define( 'CRDM_BASIC_APP_PATH', realpath( get_stylesheet_directory() ) . DIRECTORY_SEPARATOR );
8-
define( 'CRDM_BASIC_APP_VERSION', '0.2' );
8+
define( 'CRDM_BASIC_APP_VERSION', '0.1.1' );
99
define( 'CRDM_BASIC_TEMPLATE_URL', trailingslashit( get_stylesheet_directory_uri() ) );
1010
define( 'CRDM_BASIC_PARENT_TEMPLATE_PATH', realpath( get_template_directory() ) . DIRECTORY_SEPARATOR );
1111
define( 'CRDM_BASIC_PARENT_TEMPLATE_URL', trailingslashit( get_template_directory_uri() ) );
@@ -88,4 +88,4 @@ public function showAdminNotice( $message, $type = 'warning' ) {
8888
}
8989

9090
global $crdmBasicTheme;
91-
$crdmBasicTheme = new CrdmBasicTheme();
91+
$crdmBasicTheme = new CrdmBasicTheme();

0 commit comments

Comments
 (0)