Plugin Directory

Changeset 326786


Ignore:
Timestamp:
12/28/2010 08:57:01 PM (15 years ago)
Author:
puzich
Message:
  • [FIX] fixed vimeo autoplay option
Location:
lightview-plus/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lightview-plus/trunk/lightview-plus.php

    r321970 r326786  
    66Author: Puzich
    77Author URI: http://www.puzich.com
    8 Version: 2.5.3.3
     8Version: 2.5.3.4
    99Put in /wp-content/plugins/ of your Wordpress installation
    1010
     
    624624               
    625625                // add autoplay
    626                 $output['embedurl'] = sprintf('%s&autoplay=1', $output['embedurl']);
     626                $output['embedurl'] = sprintf('%s?autoplay=1', $output['embedurl']);
    627627               
    628628                // check response
  • lightview-plus/trunk/readme.txt

    r321970 r326786  
    3636
    3737== Changelog ==
     38
     39= 2.5.3.4 =
     40* [FIX] fixed vimeo autoplay option
    3841
    3942= 2.5.3.3 =
Note: See TracChangeset for help on using the changeset viewer.