Index: trunk/extensions/CheckUser/CheckUser.php |
— | — | @@ -11,10 +11,9 @@ |
12 | 12 | $wgExtensionMessagesFiles['CheckUser'] = $dir . 'CheckUser.i18n.php'; |
13 | 13 | |
14 | 14 | $wgExtensionCredits['specialpage'][] = array( |
15 | | - 'author' => 'Tim Starling, Aaron Schulz', |
| 15 | + 'author' => array( 'Tim Starling', 'Aaron Schulz' ), |
16 | 16 | 'name' => 'CheckUser', |
17 | 17 | 'url' => 'http://www.mediawiki.org/wiki/Extension:CheckUser', |
18 | | - 'author' => 'Tim Starling, Aaron Schulz', |
19 | 18 | 'description' => 'Grants users with the appropriate permission the ability to check user\'s IP addresses and other information', |
20 | 19 | 'descriptionmsg'=> 'checkuser-desc', |
21 | 20 | ); |