Changeset 326786
- Timestamp:
- 12/28/2010 08:57:01 PM (15 years ago)
- Location:
- lightview-plus/trunk
- Files:
-
- 2 edited
-
lightview-plus.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lightview-plus/trunk/lightview-plus.php
r321970 r326786 6 6 Author: Puzich 7 7 Author URI: http://www.puzich.com 8 Version: 2.5.3. 38 Version: 2.5.3.4 9 9 Put in /wp-content/plugins/ of your Wordpress installation 10 10 … … 624 624 625 625 // add autoplay 626 $output['embedurl'] = sprintf('%s &autoplay=1', $output['embedurl']);626 $output['embedurl'] = sprintf('%s?autoplay=1', $output['embedurl']); 627 627 628 628 // check response -
lightview-plus/trunk/readme.txt
r321970 r326786 36 36 37 37 == Changelog == 38 39 = 2.5.3.4 = 40 * [FIX] fixed vimeo autoplay option 38 41 39 42 = 2.5.3.3 =
Note: See TracChangeset
for help on using the changeset viewer.