API: Updating credits to reflect my having replaced Yuri as de facto API lead develop...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Feb 2008 15:58:53 +0000 (15:58 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 7 Feb 2008 15:58:53 +0000 (15:58 +0000)
includes/api/ApiMain.php

index 2d630b8..f267c7e 100644 (file)
@@ -442,8 +442,9 @@ class ApiMain extends ApiBase {
         */
        protected function getCredits() {
                return array(
-                       'This API is being implemented by Yuri Astrakhan [[User:Yurik]] / <Firstname><Lastname>@gmail.com',
-                       'Please leave your comments and suggestions at http://www.mediawiki.org/wiki/API'
+                       'This API is being implemented by Roan Kattouw <Firstname>.<Lastname>@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/'
                );
        }