From 8bed6734cfe196bfab22cfa7b421e96294ce33e4 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 9 Mar 2014 15:01:18 +0000 Subject: [PATCH] Remove API developer email addresses They just end up being used for direct support requests that should really be done on public mailing lists etc Change-Id: If704ec8dff5fc4669165b580290cc29cf953a25b --- includes/api/ApiMain.php | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 0939deaefa..37273d90f0 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -1162,12 +1162,11 @@ class ApiMain extends ApiBase { protected function getCredits() { return array( 'API developers:', - ' Roan Kattouw - roan . kattouw @ gmail . com (lead developer Sep 2007-2009)', - ' Victor Vasiliev - vasilvv @ gmail . com', - ' Bryan Tong Minh - bryan . tongminh @ gmail . com', - ' Sam Reed - sam @ reedyboy . net', - ' Yuri Astrakhan - yuri . astrakhan @ gmail . com (creator, lead ' . - 'developer Sep 2006-Sep 2007, 2012-present)', + ' Roan Kattouw (lead developer Sep 2007-2009)', + ' Victor Vasiliev', + ' Bryan Tong Minh', + ' Sam Reed', + ' Yuri Astrakhan (creator, lead developer Sep 2006-Sep 2007, 2012-present)', '', 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', 'or file a bug report at https://bugzilla.wikimedia.org/' -- 2.20.1