From: Platonides Date: Fri, 3 Sep 2010 14:04:50 +0000 (+0000) Subject: Follow up r72164. The list was still there. X-Git-Tag: 1.31.0-rc.0~35201 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=4b21241e1dd32eb7e9b2209e39f5afee971e9e17;p=lhc%2Fweb%2Fwiklou.git Follow up r72164. The list was still there. --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 2f726d4a30..541de159f0 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -75,15 +75,6 @@ class SpecialVersion extends SpecialPage { * @return string */ private static function getMediaWikiCredits() { - global $wgLang; - - $authorList = array( 'Magnus Manske', 'Brion Vibber', 'Lee Daniel Crocker', - 'Tim Starling', 'Erik Möller', 'Gabriel Wicke', 'Ævar Arnfjörð Bjarmason', - 'Niklas Laxström', 'Domas Mituzas', 'Rob Church', 'Yuri Astrakhan', - 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking', - 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe', - wfMsg( 'version-poweredby-others' ) - ); $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMsg( 'version-license' ) ); // This text is always left-to-right.