Format email addresses more consistently
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 16 Nov 2013 21:22:12 +0000 (22:22 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Mon, 18 Nov 2013 20:17:55 +0000 (21:17 +0100)
Change-Id: I1dbced804ff1e0bf8e162570c17cc537d318872f

includes/api/ApiMain.php

index 9ecae8d..c3ada1f 100644 (file)
@@ -1152,11 +1152,11 @@ class ApiMain extends ApiBase {
        protected function getCredits() {
                return array(
                        'API developers:',
-                       '    Roan Kattouw "<Firstname>.<Lastname>@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 "<Firstname><Lastname>@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',