r75998 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75997‎ | r75998 | r75999 >
Date:13:07, 4 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Capitalise first letters
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryUsers.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryUsers.php
@@ -270,12 +270,13 @@
271271 return array(
272272 'prop' => array(
273273 'What pieces of information to include',
274 - ' blockinfo - tags if the user is blocked, by whom, and for what reason',
275 - ' groups - lists all the groups the user belongs to',
276 - ' editcount - adds the user\'s edit count',
277 - ' registration - adds the user\'s registration timestamp',
278 - ' emailable - tags if the user can and wants to receive e-mail through [[Special:Emailuser]]',
279 - ' gender - tags the gender of the user. Returns "male", "female", or "unknown"',
 274+ ' blockinfo - Tags if the user is blocked, by whom, and for what reason',
 275+ ' groups - Lists all the groups the user(s) belongs to',
 276+ ' rights - Lists all the rights the user(s) has',
 277+ ' editcount - Adds the user\'s edit count',
 278+ ' registration - Adds the user\'s registration timestamp',
 279+ ' emailable - Tags if the user can and wants to receive e-mail through [[Special:Emailuser]]',
 280+ ' gender - Tags the gender of the user. Returns "male", "female", or "unknown"',
280281 ),
281282 'users' => 'A list of users to obtain the same information for',
282283 'token' => 'Which tokens to obtain for each user',

Status & tagging log