From 9ff11f6d6c15361ca9ccc3ff2612afa26d1140c3 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Thu, 6 Aug 2015 00:53:26 +0200 Subject: [PATCH] API Credits proper ordering I think it makes much more sense to keep names chronologically, not in a random order. Change-Id: I37f8dbe2f6f06fdfd55dfff7bc1272f834717e45 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index ae7a9c6818..be00e16f18 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1232,5 +1232,5 @@ "api-help-right-apihighlimits": "Use higher limits in API queries (slow queries: $1; fast queries: $2). The limits for slow queries also apply to multivalue parameters.", "api-credits-header": "Credits", - "api-credits": "API developers:\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Brad Jorsch (lead developer 2013–present)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/." + "api-credits": "API developers:\n* Yuri Astrakhan (creator, lead developer Sep 2006–Sep 2007)\n* Roan Kattouw (lead developer Sep 2007–2009)\n* Victor Vasiliev\n* Bryan Tong Minh\n* Sam Reed\n* Brad Jorsch (lead developer 2013–present)\n\nPlease send your comments, suggestions and questions to mediawiki-api@lists.wikimedia.org\nor file a bug report at https://phabricator.wikimedia.org/." } -- 2.20.1