From 21bb5ca6d6636b6fc5bf4deca98f057fbc46e15b Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 11 Mar 2009 13:35:19 +0000 Subject: [PATCH] (bug 17871) Mention that exportnowrap format is the same as Special:Export. --- includes/api/ApiQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index c9699110d9..2ce5649360 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -558,7 +558,7 @@ class ApiQuery extends ApiBase { 'redirects' => 'Automatically resolve redirects', 'indexpageids' => 'Include an additional pageids section listing all returned page IDs.', 'export' => 'Export the current revisions of all given or generated pages', - 'exportnowrap' => 'Return the export XML without wrapping it in an XML result. Can only be used with export', + 'exportnowrap' => 'Return the export XML without wrapping it in an XML result (same format as Special:Export). Can only be used with export', ); } -- 2.20.1