Index: trunk/extensions/FlaggedRevs/FlaggedRevs.php |
— | — | @@ -254,6 +254,7 @@ |
255 | 255 | # If $wgFlaggedRevsVisible is populated, it is applied to talk pages too |
256 | 256 | $wgFlaggedRevsTalkVisible = true; |
257 | 257 | |
| 258 | +# How long before Special:ValidationStatistics is updated |
258 | 259 | $wgFlaggedRevsStatsAge = 2 * 3600; // 2 hours |
259 | 260 | |
260 | 261 | # We may have templates that do not have stable version. Given situational |
— | — | @@ -462,7 +463,7 @@ |
463 | 464 | $wgHooks['BeforePageDisplay'][] = 'FlaggedRevsHooks::injectStyleAndJS'; |
464 | 465 | $wgHooks['MakeGlobalVariablesScript'][] = 'FlaggedRevsHooks::injectGlobalJSVars'; |
465 | 466 | |
466 | | -# Cache updates |
| 467 | +# Extra cache updates for stable versions |
467 | 468 | $wgHooks['HTMLCacheUpdate::doUpdate'][] = 'FlaggedRevsHooks::doCacheUpdate'; |
468 | 469 | |
469 | 470 | # Duplicate flagged* tables in parserTests.php |