Better documentation for $wgPagePropLinkInvalidations.
authorHappy-melon <happy-melon@users.mediawiki.org>
Mon, 31 Aug 2009 18:43:14 +0000 (18:43 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Mon, 31 Aug 2009 18:43:14 +0000 (18:43 +0000)
includes/DefaultSettings.php

index c649938..d5e0555 100644 (file)
@@ -3929,8 +3929,11 @@ $wgRegisterInternalExternals = false;
 $wgExceptionHooks = array();
 
 /**
- * Page property link table invalidation lists. Should only be set by exten-
- * sions.
+ * Page property link table invalidation lists. When a page property
+ * changes, this may require other link tables to be updated (eg
+ * adding __HIDDENCAT__ means the hiddencat tracking category will
+ * have been added, so the categorylinks table needs to be rebuilt). 
+ * This array can be added to by extensions.
  */
 $wgPagePropLinkInvalidations = array(
        'hiddencat' => 'categorylinks',