From 075e96b9c8d230386515ef9c64b00d63d019ed4e Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 13 Feb 2009 21:53:08 +0000 Subject: [PATCH] Document ptlevel parameter. I should really learn to get stuff right in fewer than 5 commits --- includes/api/ApiQueryProtectedTitles.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiQueryProtectedTitles.php b/includes/api/ApiQueryProtectedTitles.php index fc0d9f06bb..3383daa5d2 100644 --- a/includes/api/ApiQueryProtectedTitles.php +++ b/includes/api/ApiQueryProtectedTitles.php @@ -171,6 +171,7 @@ class ApiQueryProtectedTitles extends ApiQueryGeneratorBase { 'dir' => 'The direction in which to list', 'limit' => 'How many total pages to return.', 'prop' => 'Which properties to get', + 'level' => 'Only list titles with these protection levels', ); } -- 2.20.1