From a7b545fb40ac24170240e036b049785ddfb81a8a Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 3 Nov 2010 17:01:21 +0000 Subject: [PATCH] Tab out for alignment, and normalise capitalisation of first letters --- includes/api/ApiQueryUserInfo.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/includes/api/ApiQueryUserInfo.php b/includes/api/ApiQueryUserInfo.php index ec3f66e323..f075ad413e 100644 --- a/includes/api/ApiQueryUserInfo.php +++ b/includes/api/ApiQueryUserInfo.php @@ -199,16 +199,16 @@ class ApiQueryUserInfo extends ApiQueryBase { return array( 'prop' => array( 'What pieces of information to include', - ' blockinfo - tags if the current user is blocked, by whom, and for what reason', - ' hasmsg - adds a tag "message" if the current user has pending messages', - ' groups - lists all the groups the current user belongs to', - ' rights - lists all the rights the current user has', - ' changeablegroups - lists the groups the current user can add to and remove from', - ' options - lists all preferences the current user has set', - ' editcount - adds the current user\'s edit count', - ' ratelimits - lists all rate limits applying to the current user', - ' email - adds the user\'s email address and email authentication date', - ' acceptlang - echoes the Accept-Language header sent by the client in a structured format', + ' blockinfo - Tags if the current user is blocked, by whom, and for what reason', + ' hasmsg - Adds a tag "message" if the current user has pending messages', + ' groups - Lists all the groups the current user belongs to', + ' rights - Lists all the rights the current user has', + ' changeablegroups - Lists the groups the current user can add to and remove from', + ' options - Lists all preferences the current user has set', + ' editcount - Adds the current user\'s edit count', + ' ratelimits - Lists all rate limits applying to the current user', + ' email - Adds the user\'s email address and email authentication date', + ' acceptlang - Echoes the Accept-Language header sent by the client in a structured format', ) ); } -- 2.20.1