From d230a8c5f07995323c1d78f8d4e69caff9b7d7a1 Mon Sep 17 00:00:00 2001 From: X! Date: Wed, 11 Aug 2010 08:15:32 +0000 Subject: [PATCH] Followup to r70729: Add note about $wgPageProps only being seen from the API help page --- includes/DefaultSettings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f46cf0f788..5063b4c8f6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4395,7 +4395,8 @@ $wgExceptionHooks = array(); /** * List of page property names and descriptions of what they are. * This is used for the API prop=pageprops module to know which - * page props to search for. + * page props to search for. The help message is only seen from + * the API help page. */ $wgPageProps = array( 'hiddencat' => 'Whether or not the page has a category with the __HIDDENCAT__ magic word', -- 2.20.1