Changes between Initial Version and Version 1 of Ticket #12799, comment 10
- Timestamp:
- 10/14/2015 03:45:38 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12799, comment 10
initial v1 1 1 Completely agree. It's the robot in me that decided on `maxdisp`. I like `count` much better. Also, this works just the same with `ids=` as well. 2 2 3 `[gallery ids="8,7,6,5,4" maxdisp="2" orderby="rand"]`3 `[gallery ids="8,7,6,5,4" count="2" orderby="rand"]` 4 4 5 5 Updated patch below!