Follow up for r38771.
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 7 Aug 2008 14:11:40 +0000 (14:11 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 7 Aug 2008 14:11:40 +0000 (14:11 +0000)
includes/specials/SpecialWhatlinkshere.php

index 65d38ec..ade28f1 100644 (file)
@@ -267,7 +267,7 @@ class WhatLinksHerePage {
                                'whatlinkshere-links', 'isimage' );
                        $msgcache = array();
                        foreach ( $msgs as $msg ) {
-                               $msgcache[$msg] = wfMsgHtml( $msg );
+                               $msgcache[$msg] = wfMsgExt( $msg, array( 'escapenoentities' ) );
                        }
                }