From: Jack Phoenix Date: Tue, 28 Dec 2010 20:46:12 +0000 (+0000) Subject: add Roan to Special:Version credits X-Git-Tag: 1.31.0-rc.0~33021 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=057bf94409ee9f7f1a9b5573cdaebf29460c9f10;p=lhc%2Fweb%2Fwiklou.git add Roan to Special:Version credits --- diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 89952e0172..4ac5888d51 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -88,18 +88,20 @@ class SpecialVersion extends SpecialPage { } /** - * Get the "Mediawiki is copyright 2001-20xx by lots of cool guys" text + * Get the "MediaWiki is copyright 2001-20xx by lots of cool guys" text * * @return String */ public static function getCopyrightAndAuthorList() { global $wgLang; - $authorList = array( 'Magnus Manske', 'Brion Vibber', 'Lee Daniel Crocker', + $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', + 'Roan Kattouw', wfMsg( 'version-poweredby-others' ) ); @@ -182,7 +184,7 @@ class SpecialVersion extends SpecialPage { $info = self::getSvnInfo( $IP ); - if ( isset( $info['checkout-rev'] ) ) { + if ( isset( $info['checkout-rev'] ) ) { $linkText = wfMsg( 'version-svn-revision', isset( $info['directory-rev'] ) ? $info['directory-rev'] : '',