Capitalise first letters
authorSam Reed <reedy@users.mediawiki.org>
Thu, 4 Nov 2010 13:07:57 +0000 (13:07 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 4 Nov 2010 13:07:57 +0000 (13:07 +0000)
includes/api/ApiQueryUsers.php

index d009171..1071dde 100644 (file)
@@ -270,12 +270,13 @@ if ( !defined( 'MEDIAWIKI' ) ) {
                return array(
                        'prop' => array(
                                'What pieces of information to include',
-                               '  blockinfo    - tags if the user is blocked, by whom, and for what reason',
-                               '  groups       - lists all the groups the user belongs to',
-                               '  editcount    - adds the user\'s edit count',
-                               '  registration - adds the user\'s registration timestamp',
-                               '  emailable    - tags if the user can and wants to receive e-mail through [[Special:Emailuser]]',
-                               '  gender       - tags the gender of the user. Returns "male", "female", or "unknown"',
+                               '  blockinfo    - Tags if the user is blocked, by whom, and for what reason',
+                               '  groups       - Lists all the groups the user(s) belongs to',
+                               '  rights       - Lists all the rights the user(s) has',
+                               '  editcount    - Adds the user\'s edit count',
+                               '  registration - Adds the user\'s registration timestamp',
+                               '  emailable    - Tags if the user can and wants to receive e-mail through [[Special:Emailuser]]',
+                               '  gender       - Tags the gender of the user. Returns "male", "female", or "unknown"',
                        ),
                        'users' => 'A list of users to obtain the same information for',
                        'token' => 'Which tokens to obtain for each user',