Order of link parameters changed in r25049; putting them back so the parser test...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Aug 2007 20:07:00 +0000 (20:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 22 Aug 2007 20:07:00 +0000 (20:07 +0000)
includes/ImageGallery.php

index 0fe58bd..54aa83b 100644 (file)
@@ -262,8 +262,8 @@ class ImageGallery
                        } else {
                                $vpad = floor( ( 1.25*$this->mHeights - $thumb->height ) /2 ) - 2;
                                $linkAttribs = array(
-                                       'title' => $nt->getPrefixedText(),
                                        'href' => $nt->getLocalURL(),
+                                       'title' => $nt->getPrefixedText(),
                                );
                                        
                                $thumbhtml = "\n\t\t\t".'<div class="thumb" style="padding: ' . $vpad . 'px 0; width: '.($this->mWidths+30).'px;">'