Index: trunk/phase3/includes/api/ApiQueryUserInfo.php |
— | — | @@ -190,7 +190,8 @@ |
191 | 191 | ' changeablegroups - lists the groups the current user can add to and remove from', |
192 | 192 | ' options - lists all preferences the current user has set', |
193 | 193 | ' editcount - adds the current user\'s edit count', |
194 | | - ' ratelimits - lists all rate limits applying to the current user' |
| 194 | + ' ratelimits - lists all rate limits applying to the current user', |
| 195 | + ' email - adds the user\'s email address and email authentication date', |
195 | 196 | ) |
196 | 197 | ); |
197 | 198 | } |