Plugin Directory

Changeset 1173539


Ignore:
Timestamp:
06/03/2015 10:40:18 AM (11 years ago)
Author:
altert
Message:

Fix for initial position for stitched panoramas

Location:
wp-reel/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-reel/trunk/readme.txt

    r1155711 r1173539  
    55Requires at least: 4.0.0
    66Tested up to: 4.2.2
    7 Stable tag: 0.9
     7Stable tag: 1.0
    88License: MIT License
    99License URI: http://altert.net/MIT-LICENSE.txt
     
    6161== Changelog ==
    6262
     63= 1.0 =
     64* Fix for initial position for stitched panoramas
     65
    6366= 0.9 =
    6467* Add internationalization, russian language
  • wp-reel/trunk/wp-reel.php

    r1153235 r1173539  
    238238           }
    239239         }
    240         if ($i==$frame) $imgurl=$image_attributes[0];
     240        if (($images>1)&&($i==$frame)) $imgurl=$image_attributes[0];
     241        elseif (($images==1)&&($i==1)) $imgurl=$image_attributes[0];
    241242        $output .= $image_attributes[0];
    242243        if ($i<$images) $output.=",";
Note: See TracChangeset for help on using the changeset viewer.