Skip to content

Commit e1c32b0

Browse files
committedMay 26, 2016
Format update
1 parent bb8f0b6 commit e1c32b0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
 

‎photoswipe-masonry.php

+5-5
Original file line numberDiff line numberDiff line change
@@ -303,17 +303,17 @@ function photoswipe_scripts_method() {
303303
wp_enqueue_script('jquery');
304304

305305
//Core JS file
306-
wp_enqueue_script( 'photoswipe', $photoswipe_wp_plugin_path . '/photoswipe-dist/photoswipe.min.js');
306+
wp_enqueue_script( 'photoswipe', $photoswipe_wp_plugin_path . '/photoswipe-dist/photoswipe.min.js');
307307

308-
wp_enqueue_script( 'photoswipe-masonry-js', $photoswipe_wp_plugin_path . '/photoswipe-masonry.js');
308+
wp_enqueue_script( 'photoswipe-masonry-js', $photoswipe_wp_plugin_path . '/photoswipe-masonry.js');
309309

310310
//UI JS file
311-
wp_enqueue_script( 'photoswipe-ui-default', $photoswipe_wp_plugin_path . '/photoswipe-dist/photoswipe-ui-default.min.js');
311+
wp_enqueue_script( 'photoswipe-ui-default', $photoswipe_wp_plugin_path . '/photoswipe-dist/photoswipe-ui-default.min.js');
312312

313313
//Masonry - re-named to move to header
314-
wp_enqueue_script( 'photoswipe-masonry', $photoswipe_wp_plugin_path . '/masonry.pkgd.min.js','','',false);
314+
wp_enqueue_script( 'photoswipe-masonry', $photoswipe_wp_plugin_path . '/masonry.pkgd.min.js','','',false);
315315
//imagesloaded
316-
wp_enqueue_script( 'imagesloaded', $photoswipe_wp_plugin_path . '/imagesloaded.pkgd.min.js','','',false);
316+
wp_enqueue_script( 'imagesloaded', $photoswipe_wp_plugin_path . '/imagesloaded.pkgd.min.js','','',false);
317317

318318
}
319319
add_action('wp_enqueue_scripts', 'photoswipe_scripts_method');

‎readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Some other features include:
3636

3737
See a [demo here](http://thriveweb.com.au/the-lab/PhotoSwipe/ "PhotoSwipeWP")
3838

39+
3940
== Installation ==
4041

4142
1. Upload `/photoSwipe-masonry/` to the `/wp-content/plugins/` directory

0 commit comments

Comments
 (0)
Please sign in to comment.