jenkins-bot has submitted this change and it was merged.

Change subject: Wrap long text
......................................................................


Wrap long text

Change-Id: I37fe6fbdc8779ba86318e587c3d9e217bede400a
---
M includes/api/ApiOptions.php
1 file changed, 4 insertions(+), 3 deletions(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/api/ApiOptions.php b/includes/api/ApiOptions.php
index fb441a3..74dd660 100644
--- a/includes/api/ApiOptions.php
+++ b/includes/api/ApiOptions.php
@@ -174,10 +174,11 @@
                        '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',

-- 
To view, visit https://gerrit.wikimedia.org/r/117680
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I37fe6fbdc8779ba86318e587c3d9e217bede400a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Reedy <re...@wikimedia.org>
Gerrit-Reviewer: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to