* (bug 28634) document possible API caveat caused by accounts without the registratio...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 13 May 2011 15:04:55 +0000 (15:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 13 May 2011 15:04:55 +0000 (15:04 +0000)
includes/api/ApiQueryAllUsers.php

index d492574..336c494 100644 (file)
@@ -337,7 +337,7 @@ class ApiQueryAllUsers extends ApiQueryBase {
                                ' groups        - Lists groups that the user is in. This uses more server resources and may return fewer results than the limit',
                                ' rights        - Lists rights that the user has',
                                ' editcount     - Adds the edit count of the user',
-                               ' registration  - Adds the timestamp of when the user registered',
+                               ' registration  - Adds the timestamp of when the user registered if available (may be blank)',
                                ),
                        'limit' => 'How many total user names to return',
                        'witheditsonly' => 'Only list users who have made edits',