Changeset 586102
- Timestamp:
- 08/16/2012 06:57:49 AM (14 years ago)
- Location:
- concertpress/trunk
- Files:
-
- 2 edited
-
concertpress.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
concertpress/trunk/concertpress.php
r586098 r586102 203 203 public function addJS() { 204 204 wp_enqueue_script( 'jquery' ); 205 wp_enqueue_script( 'jqui', CP_URL . 'js/jquery-ui.js' ); 205 wp_enqueue_script( 'jquery-ui-core' ); 206 wp_enqueue_script( 'jquery-ui-datepicker' ); 207 wp_enqueue_script( 'jquery-ui-dialog' ); 206 208 wp_enqueue_script('concertpress_js', CP_URL . 'js/cp-js.min.js', array( 'jquery' ), 1.0 ); 207 209 $data = array( -
concertpress/trunk/readme.txt
r586098 r586102 1 1 2 === Easy PayPal Custom Fields ===2 === ConcertPress === 3 3 4 4 Contributors: theorboman
Note: See TracChangeset
for help on using the changeset viewer.