From: X! Date: Wed, 11 Aug 2010 08:15:32 +0000 (+0000) Subject: Followup to r70729: Add note about $wgPageProps only being seen from the API help... X-Git-Tag: 1.31.0-rc.0~35555 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=d230a8c5f07995323c1d78f8d4e69caff9b7d7a1;p=lhc%2Fweb%2Fwiklou.git Followup to r70729: Add note about $wgPageProps only being seen from the API help page --- 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',