Plugin Directory

Changeset 586102


Ignore:
Timestamp:
08/16/2012 06:57:49 AM (14 years ago)
Author:
theorboman
Message:

Updated code to the latest version

Location:
concertpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • concertpress/trunk/concertpress.php

    r586098 r586102  
    203203    public function addJS() {
    204204        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' );
    206208        wp_enqueue_script('concertpress_js', CP_URL . 'js/cp-js.min.js', array( 'jquery' ), 1.0 );
    207209        $data = array(
  • concertpress/trunk/readme.txt

    r586098 r586102  
    11
    2 === Easy PayPal Custom Fields ===
     2=== ConcertPress ===
    33
    44Contributors: theorboman
Note: See TracChangeset for help on using the changeset viewer.