r93411 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93410‎ | r93411 | r93412 >
Date:19:13, 28 July 2011
Author:mah
Status:ok
Tags:
Comment:
tabs are tabs, not spaces
Modified paths:
  • /trunk/phase3/includes/api/ApiEditPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiEditPage.php
@@ -496,7 +496,7 @@
497497 'captchaid' => 'CAPTCHA ID from previous request',
498498 'captchaword' => 'Answer to the CAPTCHA',
499499 'md5' => array( "The MD5 hash of the {$p}text parameter, or the {$p}prependtext and {$p}appendtext parameters concatenated.",
500 - 'If set, the edit won\'t be done unless the hash is correct' ),
 500+ 'If set, the edit won\'t be done unless the hash is correct' ),
501501 'prependtext' => "Add this text to the beginning of the page. Overrides {$p}text",
502502 'appendtext' => "Add this text to the end of the page. Overrides {$p}text",
503503 'undo' => "Undo this revision. Overrides {$p}text, {$p}prependtext and {$p}appendtext",

Status & tagging log