From: Roan Kattouw Date: Fri, 13 Feb 2009 21:53:08 +0000 (+0000) Subject: Document ptlevel parameter. I should really learn to get stuff right in fewer than... X-Git-Tag: 1.31.0-rc.0~42897 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=075e96b9c8d230386515ef9c64b00d63d019ed4e;p=lhc%2Fweb%2Fwiklou.git Document ptlevel parameter. I should really learn to get stuff right in fewer than 5 commits --- 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', ); }