Index: trunk/phase3/includes/api/ApiEditPage.php |
— | — | @@ -496,7 +496,7 @@ |
497 | 497 | 'captchaid' => 'CAPTCHA ID from previous request', |
498 | 498 | 'captchaword' => 'Answer to the CAPTCHA', |
499 | 499 | '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' ), |
501 | 501 | 'prependtext' => "Add this text to the beginning of the page. Overrides {$p}text", |
502 | 502 | 'appendtext' => "Add this text to the end of the page. Overrides {$p}text", |
503 | 503 | 'undo' => "Undo this revision. Overrides {$p}text, {$p}prependtext and {$p}appendtext", |