Changeset 2376236
- Timestamp:
- 09/07/2020 02:45:59 AM (6 years ago)
- File:
-
- 1 edited
-
pixnet/trunk/pixnet_plugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pixnet/trunk/pixnet_plugin.php
r2374904 r2376236 4 4 Description: This is PIXNET PA code WordPress plugin 5 5 Author: Daniel 6 Version: 2.9. 76 Version: 2.9.8 7 7 */ 8 8 … … 319 319 function loadScript() 320 320 { 321 wp_enqueue_script('stickerjs', plugins_url('/resource/js/stickers.js', __FILE__ ), array('jquery'), '2.9. 5');321 wp_enqueue_script('stickerjs', plugins_url('/resource/js/stickers.js', __FILE__ ), array('jquery'), '2.9.8'); 322 322 323 323 wp_enqueue_style('stickercss', plugins_url('/resource/css/custom.css', __FILE__ ), array(), '2.8.4');
Note: See TracChangeset
for help on using the changeset viewer.