From: Roan Kattouw Date: Thu, 22 May 2008 21:33:25 +0000 (+0000) Subject: (bug 14231) Tweak help for action=edit X-Git-Tag: 1.31.0-rc.0~47461 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=ea12f3bcaab31e04f9bd97f518d53e8da1eeaaae;p=lhc%2Fweb%2Fwiklou.git (bug 14231) Tweak help for action=edit --- diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 459279dd9d..7e02099ddf 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -239,7 +239,7 @@ class ApiEditPage extends ApiBase { 'section' => 'Section number. 0 for the top section, \'new\' for a new section', 'text' => 'Page content', 'token' => 'Edit token. You can get one of these through prop=info', - 'summary' => 'Edit summary', + 'summary' => 'Edit summary. Also section title when section=new', 'minor' => 'Minor edit', 'notminor' => 'Non-minor edit', 'bot' => 'Mark this edit as bot',