Merge "Allow users to restrict who can send them direct emails via Special:EmailUser"
[lhc/web/wiklou.git] / includes / skins / Skin.php
index 40aa247..8fb0d1c 100644 (file)
@@ -1578,8 +1578,6 @@ abstract class Skin extends ContextSource {
 
                $attribs = [];
                if ( !is_null( $tooltip ) ) {
-                       # T27462: undo double-escaping.
-                       $tooltip = Sanitizer::decodeCharReferences( $tooltip );
                        $attribs['title'] = wfMessage( 'editsectionhint' )->rawParams( $tooltip )
                                ->inLanguage( $lang )->text();
                }