(bug 14231) Tweak help for action=edit
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 22 May 2008 21:33:25 +0000 (21:33 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 22 May 2008 21:33:25 +0000 (21:33 +0000)
includes/api/ApiEditPage.php

index 459279d..7e02099 100644 (file)
@@ -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',