From 4b21241e1dd32eb7e9b2209e39f5afee971e9e17 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 3 Sep 2010 14:04:50 +0000 Subject: [PATCH] Follow up r72164. The list was still there. --- includes/specials/SpecialVersion.php | 9 --------- 1 file changed, 9 deletions(-) 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. -- 2.20.1