Changeset 2445315
- Timestamp:
- 12/24/2020 12:25:01 AM (5 years ago)
- Location:
- simple-image-popup/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
simple-image-popup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-image-popup/trunk/readme.txt
r2445311 r2445315 9 9 Tested up to: 5.6 10 10 Requires PHP: 7.0 11 Stable tag: 1.3. 311 Stable tag: 1.3.4 12 12 License: GPLv2 or later 13 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
simple-image-popup/trunk/simple-image-popup.php
r2445313 r2445315 8 8 * License: GPL v2 or later 9 9 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 10 * Version: 1.3. 310 * Version: 1.3.4 11 11 */ 12 12 … … 38 38 wp_enqueue_style('magnific-css'); 39 39 40 wp_register_script('magnific-js', plugin_dir_url(__FILE__) . 'js/jquery.magnific-popup.min.js', 'jquery', false, true); 41 wp_enqueue_script('magnific-js'); 42 40 43 wp_register_style('simple-image-popup', plugin_dir_url(__FILE__) . '/css/simple-image-popup.css', array(), false, 'all'); 41 44 wp_enqueue_style('simple-image-popup'); 42 45 43 wp_register_script('jquery-cookie', plugin_dir_url(__FILE__) . 'js/jquery.cookie.js', 'jquery', false, true);44 wp_enqueue_script('jquery-cookie');45 46 wp_register_script('magnific-js', plugin_dir_url(__FILE__) . 'js/jquery.magnific-popup.min.js', 'jquery', false, true);47 wp_enqueue_script('magnific-js');48 46 } 49 47
Note: See TracChangeset
for help on using the changeset viewer.