Changeset 2299592
- Timestamp:
- 05/06/2020 06:30:57 PM (6 years ago)
- Location:
- wp-phone-message/trunk/includes
- Files:
-
- 2 edited
-
WpPhoneMessageAdmin.php (modified) (1 diff)
-
WpPhoneMessageShortcode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-phone-message/trunk/includes/WpPhoneMessageAdmin.php
r2298356 r2299592 101 101 wp_enqueue_script('wp-phone-message-intel-tel', PLUGIN_WPM_URL . 'js/intl-tel-input/build/js/intlTelInput.js' ); 102 102 wp_enqueue_style('wp-phone-message-admin', PLUGIN_WPM_URL . 'css/admin.min.css', array(), null, 'all' ); 103 wp_enqueue_script('wp-phone-message-admin', PLUGIN_WPM_URL . 'js/admin.min.js' );103 wp_enqueue_script('wp-phone-message-admin', PLUGIN_WPM_URL . 'js/admin.min.js', array( 'jquery' ), '1.0.0', true ); 104 104 } 105 105 -
wp-phone-message/trunk/includes/WpPhoneMessageShortcode.php
r2254582 r2299592 20 20 public function shortcodeStyle(){ 21 21 wp_enqueue_style('wp-phone-message-shortcode', PLUGIN_WPM_URL . 'css/shortcode.min.css', array(), null, 'all' ); 22 wp_enqueue_script('wp-phone-message-shortcode', PLUGIN_WPM_URL . 'js/shortcode.min.js' );22 wp_enqueue_script('wp-phone-message-shortcode', PLUGIN_WPM_URL . 'js/shortcode.min.js', array( 'jquery' ), '1.0.0', true ); 23 23 } 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.