Plugin Directory

Changeset 933073


Ignore:
Timestamp:
06/16/2014 03:04:13 PM (12 years ago)
Author:
joomag
Message:

Bug fixes.

Location:
wp-joomag/trunk
Files:
2 edited

Legend:

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

    r883133 r933073  
    4848
    4949This version includes new features like customization of toolbar and auto flipping.
     50
     51`Version 1.5.6`
     52
     53Bug fixes.
  • wp-joomag/trunk/wp-joomag.php

    r883133 r933073  
    7474                break;
    7575        }
     76    } else {
     77        array_push($embedOpts, '');
    7678    }
    7779
     
    8890    } else if( $backgroundImg != '' ) {
    8991        array_push($embedOpts, "image,{$backgroundImg},fill");
     92    } else {
     93        array_push($embedOpts, '');
    9094    }
    9195
Note: See TracChangeset for help on using the changeset viewer.