From: Roan Kattouw Date: Mon, 7 Jul 2008 12:48:10 +0000 (+0000) Subject: API: Add description for alcontinue parameter X-Git-Tag: 1.31.0-rc.0~46663 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=1fabded56d5d6bc0c718d97455c6b5f4472607b3;p=lhc%2Fweb%2Fwiklou.git API: Add description for alcontinue parameter --- diff --git a/includes/api/ApiQueryAllLinks.php b/includes/api/ApiQueryAllLinks.php index 452b9ec91c..d1d5dedff4 100644 --- a/includes/api/ApiQueryAllLinks.php +++ b/includes/api/ApiQueryAllLinks.php @@ -172,7 +172,8 @@ class ApiQueryAllLinks extends ApiQueryGeneratorBase { 'unique' => 'Only show unique links. Cannot be used with generator or prop=ids', 'prop' => 'What pieces of information to include', 'namespace' => 'The namespace to enumerate.', - 'limit' => 'How many total links to return.' + 'limit' => 'How many total links to return.', + 'continue' => 'When more results are available, use this to continue.', ); }