From ea12f3bcaab31e04f9bd97f518d53e8da1eeaaae Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Thu, 22 May 2008 21:33:25 +0000 Subject: [PATCH] (bug 14231) Tweak help for action=edit --- includes/api/ApiEditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1