From 1fabded56d5d6bc0c718d97455c6b5f4472607b3 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Mon, 7 Jul 2008 12:48:10 +0000 Subject: [PATCH] API: Add description for alcontinue parameter --- includes/api/ApiQueryAllLinks.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.', ); } -- 2.20.1