From 6127e7c6dd3a885898411669335a6098c4978534 Mon Sep 17 00:00:00 2001 From: Reedy Date: Sun, 9 Mar 2014 15:10:24 +0000 Subject: [PATCH] Wrap long text Change-Id: I37fe6fbdc8779ba86318e587c3d9e217bede400a --- includes/api/ApiOptions.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/includes/api/ApiOptions.php b/includes/api/ApiOptions.php index fb441a34f2..74dd660c07 100644 --- a/includes/api/ApiOptions.php +++ b/includes/api/ApiOptions.php @@ -174,10 +174,11 @@ class ApiOptions extends ApiBase { 'token' => 'An options token previously obtained through the action=tokens', 'reset' => 'Resets preferences to the site defaults', 'resetkinds' => 'List of types of options to reset when the "reset" option is set', - 'change' => 'List of changes, formatted name=value (e.g. skin=vector), ' . - 'value cannot contain pipe characters. If no value is given (not ' . + 'change' => array( 'List of changes, formatted name=value (e.g. skin=vector), ' . + 'value cannot contain pipe characters. If no value is given (not ', 'even an equals sign), e.g., optionname|otheroption|..., the ' . - 'option will be reset to its default value', + 'option will be reset to its default value' + ), 'optionname' => 'A name of a option which should have an optionvalue set', 'optionvalue' => 'A value of the option specified by the optionname, ' . 'can contain pipe characters', -- 2.20.1