Index: trunk/phase3/includes/api/ApiMain.php |
— | — | @@ -451,7 +451,12 @@ |
452 | 452 | */ |
453 | 453 | protected function getCredits() { |
454 | 454 | return array( |
455 | | - 'This API is being implemented by Roan Kattouw <Firstname>.<Lastname>@home.nl', |
| 455 | + 'Active API developers:', |
| 456 | + ' Roan Kattouw <Firstname>.<Lastname>@home.nl (lead developer)', |
| 457 | + ' Vasiliev Victor vasilvv at gee mail dot com', |
| 458 | + 'Retired developers:', |
| 459 | + ' Yuri Astrakhan <Firstname><Lastname>@gmail.com', |
| 460 | + '', |
456 | 461 | 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', |
457 | 462 | 'or file a bug report at http://bugzilla.wikimedia.org/' |
458 | 463 | ); |