From adc79a170c77bc1203f45e47a54c9cfa08307990 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 7 Aug 2004 05:44:23 +0000 Subject: [PATCH] comment --- includes/Skin.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/Skin.php b/includes/Skin.php index ac21c370c8..08c145ca32 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1872,7 +1872,8 @@ class Skin { return str_replace("\n", ' ',$prefix.$s.$postfix); } - + # Make HTML for a thumbnail including image, border and caption + # $img is an Image object function makeThumbLinkObj( $img, $label = '', $align = 'right', $boxwidth = 180, $boxheight=false, $framed=false , $manual_thumb = "" ) { global $wgStylePath, $wgLang; # $image = Title::makeTitle( Namespace::getImage(), $name ); -- 2.20.1