Index: trunk/extensions/ConfirmEdit/ConfirmEdit.php |
— | — | @@ -40,7 +40,9 @@ |
41 | 41 | $wgExtensionCredits['other'][] = array( |
42 | 42 | 'path' => __FILE__, |
43 | 43 | 'name' => 'ConfirmEdit', |
44 | | - 'author' => array( 'Brion Vibber', 'others' ), |
| 44 | + 'author' => 'Brion Vibber', /* Add "and others" here when you find |
| 45 | + * a way to do it properly with |
| 46 | + * i18n */ |
45 | 47 | 'url' => 'http://www.mediawiki.org/wiki/Extension:ConfirmEdit', |
46 | 48 | 'version' => '1.0', |
47 | 49 | 'descriptionmsg' => 'captcha-desc', |