Changeset 2414421
- Timestamp:
- 11/07/2020 11:05:09 AM (5 years ago)
- File:
-
- 1 edited
-
oui-booking/trunk/obk.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oui-booking/trunk/obk.php
r2384934 r2414421 50 50 require_once ABSPATH . 'wp-admin/includes/plugin.php'; 51 51 } 52 wp_enqueue_script('oui-booking-front-js', plugins_url( 'js/obk_front.js', __FILE__ )); 52 wp_enqueue_script('jquery'); 53 wp_enqueue_script('jquery-ui'); 54 wp_enqueue_script('oui-booking-front-js', plugins_url( 'js/obk_front.js', __FILE__ ), array('jquery'),'4.3.1'); 53 55 wp_localize_script('oui-booking-front-js', 'WPJS', array( 54 56 'pluginsUrl' => plugins_url('',__FILE__),
Note: See TracChangeset
for help on using the changeset viewer.