Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -3929,8 +3929,11 @@ |
3930 | 3930 | $wgExceptionHooks = array(); |
3931 | 3931 | |
3932 | 3932 | /** |
3933 | | - * Page property link table invalidation lists. Should only be set by exten- |
3934 | | - * sions. |
| 3933 | + * Page property link table invalidation lists. When a page property |
| 3934 | + * changes, this may require other link tables to be updated (eg |
| 3935 | + * adding __HIDDENCAT__ means the hiddencat tracking category will |
| 3936 | + * have been added, so the categorylinks table needs to be rebuilt). |
| 3937 | + * This array can be added to by extensions. |
3935 | 3938 | */ |
3936 | 3939 | $wgPagePropLinkInvalidations = array( |
3937 | 3940 | 'hiddencat' => 'categorylinks', |