API: document uiprop=email parameter
authorMatthew Britton <gurch@users.mediawiki.org>
Sun, 16 May 2010 13:23:56 +0000 (13:23 +0000)
committerMatthew Britton <gurch@users.mediawiki.org>
Sun, 16 May 2010 13:23:56 +0000 (13:23 +0000)
includes/api/ApiQueryUserInfo.php

index f3c9ae1..3f4903b 100644 (file)
@@ -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',
                        )
                );
        }