From: Roan Kattouw Date: Thu, 7 Feb 2008 15:58:53 +0000 (+0000) Subject: API: Updating credits to reflect my having replaced Yuri as de facto API lead develop... X-Git-Tag: 1.31.0-rc.0~49566 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=7de8bc26be8d147864800e53f9b063cd2a3f7aa9;p=lhc%2Fweb%2Fwiklou.git 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 --- 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/' ); }