Changeset 1986787
- Timestamp:
- 12/06/2018 01:14:53 PM (7 years ago)
- File:
-
- 1 edited
-
easycoder/trunk/easycoder.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easycoder/trunk/easycoder.php
r1986780 r1986787 4 4 * Plugin URI: https://easycoder.software 5 5 * Description: Control the appearance and behavior of your posts and pages by embedding simple English-like scripts, without the need to learn JavaScript. 6 * Version: 2.1. 46 * Version: 2.1.5 7 7 * Author: EasyCoder Software 8 8 * Author URI: https://easycoder.software … … 15 15 add_action('wp_enqueue_scripts', 'easycoder_enqueue_script', 2); 16 16 function easycoder_enqueue_script() { 17 wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ ) . 'easycoder-min.js', array(), '2.1.4'); 17 wp_enqueue_script('easycoder_script', plugin_dir_url( __FILE__ ) 18 . 'easycoder-min.js', array(), '2.1.5'); 18 19 } 19 20
Note: See TracChangeset
for help on using the changeset viewer.