Index: trunk/phase3/includes/api/ApiQueryUserInfo.php |
— | — | @@ -199,16 +199,16 @@ |
200 | 200 | return array( |
201 | 201 | 'prop' => array( |
202 | 202 | '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', |
213 | 213 | ) |
214 | 214 | ); |
215 | 215 | } |