Revisions remains the same even if included templates are changed
Fragment of a discussion from Extension talk:FlaggedRevs
Dont know if I understood your question but is that you're asking? "I'm changing the template but anonymous users do not see the recent changes to that template". If so, add the template namespace to Localsettings, e.g: - $wgFlaggedRevsNamespaces = array( NS_MAIN, NS_FILE, NS_TEMPLATE, NS_PROJECT, NS_CATEGORY, NS_HELP ); And then re-update all the reviews by running /flaggedrevs/maintenance/reviewAllPages.php 4 Where 4 is the user ID of a reviwer (your own, e.g.). Hope it works. I had this situation and this fix worked.