Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31636, comment 5


Ignore:
Timestamp:
03/13/2015 07:38:42 PM (11 years ago)
Author:
harmr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31636, comment 5

    initial v1  
    44function lmm_admin_enqueue_scripts_jquerydatepicker() {
    55        $plugin_version = get_option('leafletmapsmarker_version');
    6         wp_enqueue_script( array ( 'jquery', 'jquery-ui-tabs','jquery-ui-datepicker' ) );
    76        wp_enqueue_script( 'jquery-ui-timepicker-addon', LEAFLET_PLUGIN_URL . 'inc/js/jquery-ui-timepicker-addon.js', array( 'jquery', 'jquery-ui-tabs', 'jquery-ui-datepicker', 'jquery-ui-slider' ), $plugin_version );
    87}