From: Matthew Britton Date: Sun, 16 May 2010 13:23:56 +0000 (+0000) Subject: API: document uiprop=email parameter X-Git-Tag: 1.31.0-rc.0~36830 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=2ecd319b3b3dcf95762907cce61847a8365c81cd;p=lhc%2Fweb%2Fwiklou.git API: document uiprop=email parameter --- diff --git a/includes/api/ApiQueryUserInfo.php b/includes/api/ApiQueryUserInfo.php index f3c9ae16ea..3f4903beb8 100644 --- a/includes/api/ApiQueryUserInfo.php +++ b/includes/api/ApiQueryUserInfo.php @@ -190,7 +190,8 @@ class ApiQueryUserInfo extends ApiQueryBase { ' changeablegroups - lists the groups the current user can add to and remove from', ' options - lists all preferences the current user has set', ' editcount - adds the current user\'s edit count', - ' ratelimits - lists all rate limits applying to the current user' + ' ratelimits - lists all rate limits applying to the current user', + ' email - adds the user\'s email address and email authentication date', ) ); }