From 2ecd319b3b3dcf95762907cce61847a8365c81cd Mon Sep 17 00:00:00 2001 From: Matthew Britton Date: Sun, 16 May 2010 13:23:56 +0000 Subject: [PATCH] API: document uiprop=email parameter --- includes/api/ApiQueryUserInfo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', ) ); } -- 2.20.1