From 550aa15685fdfd2882eee973d24d444dc6bfde1b Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 17 Mar 2008 20:13:22 +0000 Subject: [PATCH] API: Adding more detail in credits --- 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 68a518ce05..4dde5cea7f 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -452,10 +452,10 @@ class ApiMain extends ApiBase { protected function getCredits() { return array( 'Active API developers:', - ' Roan Kattouw .@home.nl (lead developer)', + ' Roan Kattouw .@home.nl (lead developer Sep 2007-present)', ' Vasiliev Victor vasilvv at gee mail dot com', 'Retired developers:', - ' Yuri Astrakhan @gmail.com', + ' Yuri Astrakhan @gmail.com (creator, former lead developer Sep 2006-Sep 2007)', '', 'Please send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org', 'or file a bug report at http://bugzilla.wikimedia.org/' -- 2.20.1