Changeset 485026
- Timestamp:
- 01/05/2012 12:03:14 PM (14 years ago)
- Location:
- nextgen-scrollgallery/trunk
- Files:
-
- 2 edited
-
nggScrollGallery.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-scrollgallery/trunk/nggScrollGallery.php
r465698 r485026 6 6 Author: Benedikt Morschheuser 7 7 Author URI: http://bmo-design.de/ 8 Version: 1.7. 78 Version: 1.7.8 9 9 10 10 ################################################################# … … 26 26 class ScrollGallery { 27 27 28 private $nggsgversion = "1.7. 7"; //Version28 private $nggsgversion = "1.7.8"; //Version 29 29 30 30 function nggScrollGalleryReplaceShortcode($atts, $content = '') { //new Version, see http://codex.wordpress.org/Shortcode_API … … 376 376 foreach($middleValues as $value) { 377 377 if(preg_match("/=/",$value)){ 378 list($key, $value) = explode("=", $value );378 list($key, $value) = explode("=", $value, 2);//2 damit nur erstes = geteilt wird 379 379 380 380 if (trim($key) != "") -
nextgen-scrollgallery/trunk/readme.txt
r465698 r485026 99 99 100 100 = Version 1.7 = 101 * 1.7.8 little fix for external links 101 102 * 1.7.7 little caption bugfix 102 103 * 1.7.6 option to use desc as caption
Note: See TracChangeset
for help on using the changeset viewer.