Changeset 818823
- Timestamp:
- 12/11/2013 11:28:08 AM (12 years ago)
- File:
-
- 1 edited
-
projector/trunk/msk-projector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
projector/trunk/msk-projector.php
r818713 r818823 21 21 if ( !defined( 'MSK_PROJECTOR_VERSION' ) ) define( 'MSK_PROJECTOR_VERSION', '0.1' ); 22 22 23 require_once( trailingslashit( MSK_PROJECTOR_PATH ) . 'inc/cuztom/cuztom.php' );23 if ( !class_exists('Cuztom') ) require_once( trailingslashit( MSK_PROJECTOR_PATH ) . 'inc/cuztom/cuztom.php' ); 24 24 25 25 require_once( trailingslashit( MSK_PROJECTOR_PATH ) . 'classes/class-msk-projector.php' );
Note: See TracChangeset
for help on using the changeset viewer.