From e065d9c62c6938c5ea68edd82d010a7958a01d7c Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 22 Aug 2007 20:07:00 +0000 Subject: [PATCH] Order of link parameters changed in r25049; putting them back so the parser test stops whining. :) --- includes/ImageGallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ImageGallery.php b/includes/ImageGallery.php index 0fe58bda09..54aa83b8e9 100644 --- a/includes/ImageGallery.php +++ b/includes/ImageGallery.php @@ -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".'
' -- 2.20.1