Changeset 596760
- Timestamp:
- 09/10/2012 02:15:19 AM (14 years ago)
- Location:
- events-calendar/branches/7.0-dev
- Files:
-
- 1 added
- 1 edited
-
css/style.css (added)
-
hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
events-calendar/branches/7.0-dev/hooks.php
r596477 r596760 186 186 if( 'ec_event' != $post_type ) 187 187 return; 188 wp_enqueue_script( 'jquery-ui-custom', EVENTS_CALENDAR_JS_URL . 'jquery-ui-1.8.23.custom.min.js', 'jquery' ); 189 wp_enqueue_style( 'jquery.ui.theme', EVENTS_CALENDAR_CSS_URL . 'jquery-ui/smoothness/jquery-ui-1.8.23.custom.css' ); 188 wp_enqueue_script( 'ec-jquery-ui-custom', EVENTS_CALENDAR_JS_URL . 'jquery-ui-1.8.23.custom.min.js', 'jquery' ); 189 wp_enqueue_style( 'ec-jquery-ui-theme', EVENTS_CALENDAR_CSS_URL . 'jquery-ui/smoothness/jquery-ui-1.8.23.custom.css' ); 190 wp_enqueue_style( 'ec-style', EVENTS_CALENDAR_CSS_URL . 'style.css' ); 190 191 } 191 192 add_action( 'admin_print_scripts-post.php', 'ec_admin_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.