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