From f9320a9119755c241fa4c39e46853da0922bd31d Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 31 Aug 2011 14:30:18 +0000 Subject: [PATCH] Clarify parameter description added in r95714 --- includes/api/ApiQueryAllmessages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQueryAllmessages.php b/includes/api/ApiQueryAllmessages.php index 033865ceab..bf1137079e 100644 --- a/includes/api/ApiQueryAllmessages.php +++ b/includes/api/ApiQueryAllmessages.php @@ -234,7 +234,7 @@ class ApiQueryAllmessages extends ApiQueryBase { 'prop' => 'Which properties to get', 'enableparser' => array( 'Set to enable parser, will preprocess the wikitext of message', 'Will substitute magic words, handle templates etc.' ), - 'nocontent' => 'Set to not include the content of the messages in the output.', + 'nocontent' => 'If set, do not include the content of the messages in the output.', 'title' => 'Page name to use as context when parsing message (for enableparser option)', 'args' => 'Arguments to be substituted into message', 'prefix' => 'Return messages with this prefix', -- 2.20.1