From: Chad Horohoe Date: Wed, 11 Mar 2009 13:35:19 +0000 (+0000) Subject: (bug 17871) Mention that exportnowrap format is the same as Special:Export. X-Git-Tag: 1.31.0-rc.0~42524 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=21bb5ca6d6636b6fc5bf4deca98f057fbc46e15b;p=lhc%2Fweb%2Fwiklou.git (bug 17871) Mention that exportnowrap format is the same as Special:Export. --- 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', ); }