r75937 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75936‎ | r75937 | r75938 >
Date:17:01, 3 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Tab out for alignment, and normalise capitalisation of first letters
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryUserInfo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryUserInfo.php
@@ -199,16 +199,16 @@
200200 return array(
201201 'prop' => array(
202202 'What pieces of information to include',
203 - ' blockinfo - tags if the current user is blocked, by whom, and for what reason',
204 - ' hasmsg - adds a tag "message" if the current user has pending messages',
205 - ' groups - lists all the groups the current user belongs to',
206 - ' rights - lists all the rights the current user has',
207 - ' changeablegroups - lists the groups the current user can add to and remove from',
208 - ' options - lists all preferences the current user has set',
209 - ' editcount - adds the current user\'s edit count',
210 - ' ratelimits - lists all rate limits applying to the current user',
211 - ' email - adds the user\'s email address and email authentication date',
212 - ' acceptlang - echoes the Accept-Language header sent by the client in a structured format',
 203+ ' blockinfo - Tags if the current user is blocked, by whom, and for what reason',
 204+ ' hasmsg - Adds a tag "message" if the current user has pending messages',
 205+ ' groups - Lists all the groups the current user belongs to',
 206+ ' rights - Lists all the rights the current user has',
 207+ ' changeablegroups - Lists the groups the current user can add to and remove from',
 208+ ' options - Lists all preferences the current user has set',
 209+ ' editcount - Adds the current user\'s edit count',
 210+ ' ratelimits - Lists all rate limits applying to the current user',
 211+ ' email - Adds the user\'s email address and email authentication date',
 212+ ' acceptlang - Echoes the Accept-Language header sent by the client in a structured format',
213213 )
214214 );
215215 }

Status & tagging log