Index: trunk/phase3/includes/specials/SpecialVersion.php |
— | — | @@ -88,18 +88,20 @@ |
89 | 89 | } |
90 | 90 | |
91 | 91 | /** |
92 | | - * Get the "Mediawiki is copyright 2001-20xx by lots of cool guys" text |
| 92 | + * Get the "MediaWiki is copyright 2001-20xx by lots of cool guys" text |
93 | 93 | * |
94 | 94 | * @return String |
95 | 95 | */ |
96 | 96 | public static function getCopyrightAndAuthorList() { |
97 | 97 | global $wgLang; |
98 | 98 | |
99 | | - $authorList = array( 'Magnus Manske', 'Brion Vibber', 'Lee Daniel Crocker', |
| 99 | + $authorList = array( |
| 100 | + 'Magnus Manske', 'Brion Vibber', 'Lee Daniel Crocker', |
100 | 101 | 'Tim Starling', 'Erik Möller', 'Gabriel Wicke', 'Ævar Arnfjörð Bjarmason', |
101 | 102 | 'Niklas Laxström', 'Domas Mituzas', 'Rob Church', 'Yuri Astrakhan', |
102 | 103 | 'Aryeh Gregor', 'Aaron Schulz', 'Andrew Garrett', 'Raimond Spekking', |
103 | 104 | 'Alexandre Emsenhuber', 'Siebrand Mazeland', 'Chad Horohoe', |
| 105 | + 'Roan Kattouw', |
104 | 106 | wfMsg( 'version-poweredby-others' ) |
105 | 107 | ); |
106 | 108 | |
— | — | @@ -182,7 +184,7 @@ |
183 | 185 | |
184 | 186 | $info = self::getSvnInfo( $IP ); |
185 | 187 | |
186 | | - if ( isset( $info['checkout-rev'] ) ) { |
| 188 | + if ( isset( $info['checkout-rev'] ) ) { |
187 | 189 | $linkText = wfMsg( |
188 | 190 | 'version-svn-revision', |
189 | 191 | isset( $info['directory-rev'] ) ? $info['directory-rev'] : '', |