Changeset 590774
- Timestamp:
- 08/27/2012 05:51:37 AM (14 years ago)
- Location:
- events-calendar/trunk
- Files:
-
- 2 added
- 1 edited
-
events-calendar.php (modified) (1 diff)
-
functions.php (added)
-
hooks.php (added)
Legend:
- Unmodified
- Added
- Removed
-
events-calendar/trunk/events-calendar.php
r590764 r590774 39 39 */ 40 40 ?> 41 <?php 42 /* 43 * Define the constants needed 44 */ 45 define( 'EVENTS_CALENDAR_PATH', plugin_dir_path( __FILE__ ) ); 46 define( 'EVENTS_CALENDAR_URL', plugin_dir_url( __FILE__ ) ); 47 48 require_once( EVENTS_CALENDAR_PATH . 'functions.php' ); 49 require_once( EVENTS_CALENDAR_PATH . 'hooks.php' ); 50 ?>
Note: See TracChangeset
for help on using the changeset viewer.