From 470d0c8c5d0fb6c4bf3cd7aa0964589ce749f603 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sat, 16 Nov 2013 22:22:12 +0100 Subject: [PATCH] Format email addresses more consistently Change-Id: I1dbced804ff1e0bf8e162570c17cc537d318872f --- includes/api/ApiMain.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 9ecae8d0a8..c3ada1f919 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -1152,11 +1152,11 @@ class ApiMain extends ApiBase { protected function getCredits() { return array( 'API developers:', - ' Roan Kattouw ".@gmail.com" (lead developer Sep 2007-2009)', + ' 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 "@gmail.com" (creator, lead ' . + ' Yuri Astrakhan - yuri . astrakhan @ gmail . com (creator, lead ' . 'developer Sep 2006-Sep 2007, 2012-present)', '', 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', -- 2.20.1