From: Roan Kattouw Date: Mon, 17 Mar 2008 18:16:51 +0000 (+0000) Subject: API: Updating action=help credits to give Yuri and Vasiliev due credit X-Git-Tag: 1.31.0-rc.0~49048 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=b558d012f2d067fa24d7592790f549825ae854af;p=lhc%2Fweb%2Fwiklou.git API: Updating action=help credits to give Yuri and Vasiliev due credit --- diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 0526a2488a..68a518ce05 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -451,7 +451,12 @@ class ApiMain extends ApiBase { */ protected function getCredits() { return array( - 'This API is being implemented by Roan Kattouw .@home.nl', + 'Active API developers:', + ' Roan Kattouw .@home.nl (lead developer)', + ' Vasiliev Victor vasilvv at gee mail dot com', + 'Retired developers:', + ' Yuri Astrakhan @gmail.com', + '', 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', 'or file a bug report at http://bugzilla.wikimedia.org/' );