From 057bf94409ee9f7f1a9b5573cdaebf29460c9f10 Mon Sep 17 00:00:00 2001 From: Jack Phoenix Date: Tue, 28 Dec 2010 20:46:12 +0000 Subject: [PATCH] add Roan to Special:Version credits --- includes/specials/SpecialVersion.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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'] : '', -- 2.20.1