r72285 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72284‎ | r72285 | r72286 >
Date:14:04, 3 September 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r72164. The list was still there.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialVersion.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialVersion.php
@@ -75,15 +75,6 @@
7676 * @return string
7777 */
7878 private static function getMediaWikiCredits() {
79 - global $wgLang;
80 -
81 - $authorList = array( 'Magnus Manske', 'Brion Vibber', 'Lee Daniel Crocker',
82 - 'Tim Starling', 'Erik Möller', 'Gabriel Wicke', 'Ævar Arnfjörð Bjarmason',
83 - 'Niklas Laxström', 'Domas Mituzas', 'Rob Church', 'Yuri Astrakhan',
84 - 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking',
85 - 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe',
86 - wfMsg( 'version-poweredby-others' )
87 - );
8879 $ret = Xml::element( 'h2', array( 'id' => 'mw-version-license' ), wfMsg( 'version-license' ) );
8980
9081 // This text is always left-to-right.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72164Fix author list duplication.demon21:01, 1 September 2010

Status & tagging log