From cab22980edb9bdb23cfec964169c65717d397670 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 14 Jan 2011 21:15:12 +0000 Subject: [PATCH] Followup r80324, add type property description --- includes/api/ApiQueryCategoryMembers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/api/ApiQueryCategoryMembers.php b/includes/api/ApiQueryCategoryMembers.php index 2c89c61044..0778f38cb6 100644 --- a/includes/api/ApiQueryCategoryMembers.php +++ b/includes/api/ApiQueryCategoryMembers.php @@ -311,6 +311,7 @@ class ApiQueryCategoryMembers extends ApiQueryGeneratorBase { ' ids - Adds the page ID', ' title - Adds the title and namespace ID of the page', ' sortkey - Adds the sortkey used for the category', + ' type - Adds the type that the page has been categorised as', ' timestamp - Adds the timestamp of when the page was included', ), 'namespace' => 'Only include pages in these namespaces', -- 2.20.1