Changeset 933073
- Timestamp:
- 06/16/2014 03:04:13 PM (12 years ago)
- Location:
- wp-joomag/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-joomag.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-joomag/trunk/readme.txt
r883133 r933073 48 48 49 49 This version includes new features like customization of toolbar and auto flipping. 50 51 `Version 1.5.6` 52 53 Bug fixes. -
wp-joomag/trunk/wp-joomag.php
r883133 r933073 74 74 break; 75 75 } 76 } else { 77 array_push($embedOpts, ''); 76 78 } 77 79 … … 88 90 } else if( $backgroundImg != '' ) { 89 91 array_push($embedOpts, "image,{$backgroundImg},fill"); 92 } else { 93 array_push($embedOpts, ''); 90 94 } 91 95
Note: See TracChangeset
for help on using the changeset viewer.