Changeset 705821
- Timestamp:
- 04/30/2013 08:27:48 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
r703903 r705821 5 5 Description: A responsive wordpress gallery with montage image arrangement. 6 6 Author: ezhil 7 Version: 1. 57 Version: 1.6 8 8 Author URI: http://profiles.wordpress.org/ezhil/ 9 9 License: GPLv2 or later … … 51 51 'orderby' => 'menu_order ID', 52 52 'id' => $post->ID, 53 'itemtag' => 'dl',54 'icontag' => 'dt',55 'captiontag' => 'dd',56 'columns' => 3,57 53 'size' => 'thumbnail', 58 54 'include' => '', -
gamma-gallery/trunk/readme.txt
r703903 r705821 53 53 54 54 = 1.4 = 55 * Default wordpress gallery features( from 3.5 ) like random, include /excludeimages, rearrange order added55 * Default wordpress gallery features( from 3.5 ) like random, include images, rearrange order added 56 56 57 57 = 1.5 = 58 58 * styles which overide existing body, html tag has been removed 59 60 = 1.6 = 61 * Removed unwanted arguments in gallery
Note: See TracChangeset
for help on using the changeset viewer.