diff --git a/includes/LST.php b/includes/LST.php index 4a12ec33..84cacddf 100644 --- a/includes/LST.php +++ b/includes/LST.php @@ -904,6 +904,8 @@ public static function spaceOrUnderscore( $pattern ) { * Using Parser::recursivePreprocess() prevents the cache clear, and thus repetitive calls reuse the * previously generated template DOM which brings a decent performance improvement when called multiple times. * + * @see https://fandom.atlassian.net/browse/PLATFORM-8725 + * * @param Parser $parser * @param string $text * @param ?\MediaWiki\Page\PageReference $page