From 5e63ea377f196b9c50b4485bc02af7dd5173acf2 Mon Sep 17 00:00:00 2001 From: Happy-melon Date: Mon, 31 Aug 2009 18:43:14 +0000 Subject: [PATCH] Better documentation for $wgPagePropLinkInvalidations. --- includes/DefaultSettings.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c649938d57..d5e0555b28 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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', -- 2.20.1