Changeset 700583
- Timestamp:
- 04/20/2013 05:01:26 AM (13 years ago)
- Location:
- gamma-gallery/trunk
- Files:
-
- 2 edited
-
gammagallery.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gamma-gallery/trunk/gammagallery.php
r700057 r700583 5 5 Description: A responsive wordpress gallery with montage image arrangement. 6 6 Author: ezhil 7 Version: 1. 27 Version: 1.3 8 8 Author URI: http://profiles.wordpress.org/ezhil/ 9 9 License: GPLv2 or later … … 11 11 12 12 13 define( 'GG_PATH', content_url().'/plugins/Gamma-gallery /' );13 define( 'GG_PATH', content_url().'/plugins/Gamma-gallery' ); 14 14 15 15 remove_shortcode('gallery', 'gallery_shortcode'); // removes the original shortcode -
gamma-gallery/trunk/readme.txt
r700057 r700583 47 47 = 1.2 = 48 48 * added support for 3.6 beta 49 50 = 1.3 = 51 * pathh issue fixed
Note: See TracChangeset
for help on using the changeset viewer.