From 7de8bc26be8d147864800e53f9b063cd2a3f7aa9 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 7 Feb 2008 15:58:53 +0000 Subject: [PATCH] API: Updating credits to reflect my having replaced Yuri as de facto API lead developer, and referring to mediawiki-api and Bugzilla for questions/suggestions --- includes/api/ApiMain.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 2d630b80aa..f267c7e1eb 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -442,8 +442,9 @@ class ApiMain extends ApiBase { */ protected function getCredits() { return array( - 'This API is being implemented by Yuri Astrakhan [[User:Yurik]] / @gmail.com', - 'Please leave your comments and suggestions at http://www.mediawiki.org/wiki/API' + 'This API is being implemented by Roan Kattouw .@home.nl', + '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