From b558d012f2d067fa24d7592790f549825ae854af Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 17 Mar 2008 18:16:51 +0000 Subject: [PATCH] API: Updating action=help credits to give Yuri and Vasiliev due credit --- includes/api/ApiMain.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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/' ); -- 2.20.1