Changeset 1125901
- Timestamp:
- 04/02/2015 12:32:02 AM (11 years ago)
- File:
-
- 1 edited
-
photo-swipe/trunk/photo-swipe.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
photo-swipe/trunk/photo-swipe.php
r1125374 r1125901 3 3 * Plugin Name: PhotoSwipe 4 4 * Description: PhotoSwipe javascript plugin for WordPress 5 * Version: 4.0.7. 15 * Version: 4.0.7.2 6 6 * Author: Louy Alakkad 7 7 * Author URI: http://l0uy.com/ 8 8 */ 9 define('PHOTOSWIPE_VERSION', '4.0.7. 1');9 define('PHOTOSWIPE_VERSION', '4.0.7.2'); 10 10 11 11 function photoswipe_enqueue() { … … 27 27 'photoswipe', 28 28 plugin_dir_url( __FILE__ ) . 'js/photoswipe.js', 29 array('photoswipe-lib', 'photoswipe-ui-default' ),29 array('photoswipe-lib', 'photoswipe-ui-default', 'jquery'), 30 30 PHOTOSWIPE_VERSION 31 31 );
Note: See TracChangeset
for help on using the changeset viewer.