Followup to r70729: Add note about $wgPageProps only being seen from the API help...
authorX! <soxred93@users.mediawiki.org>
Wed, 11 Aug 2010 08:15:32 +0000 (08:15 +0000)
committerX! <soxred93@users.mediawiki.org>
Wed, 11 Aug 2010 08:15:32 +0000 (08:15 +0000)
includes/DefaultSettings.php

index f46cf0f..5063b4c 100644 (file)
@@ -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',