From: Sam Reed Date: Thu, 4 Nov 2010 13:07:57 +0000 (+0000) Subject: Capitalise first letters X-Git-Tag: 1.31.0-rc.0~34099 X-Git-Url: http://git.cyclocoop.org/ecrire?a=commitdiff_plain;h=68e1a821f4b2d0d8ea49651fd312e1165d5eb949;p=lhc%2Fweb%2Fwiklou.git Capitalise first letters --- diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php index d009171ca2..1071ddeefe 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -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',