Merge "Allow wikilinks in "show/hide <type of change>" labels on Watchlist and Recent...
[lhc/web/wiklou.git] / includes / specials / SpecialRecentchanges.php
index 50d8571..32204f8 100644 (file)
@@ -945,7 +945,7 @@ class SpecialRecentChanges extends ChangesListSpecialPage {
                        $links[] = Html::rawElement(
                                'span',
                                $attribs,
-                               $this->msg( $msg )->rawParams( $link )->escaped()
+                               $this->msg( $msg )->rawParams( $link )->parse()
                        );
                }