r38780 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r38779‎ | r38780 | r38781 >
Date:14:11, 7 August 2008
Author:raymond
Status:old
Tags:
Comment:
Follow up for r38771.
Modified paths:
  • /trunk/phase3/includes/specials/SpecialWhatlinkshere.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialWhatlinkshere.php
@@ -267,7 +267,7 @@
268268 'whatlinkshere-links', 'isimage' );
269269 $msgcache = array();
270270 foreach ( $msgs as $msg ) {
271 - $msgcache[$msg] = wfMsgHtml( $msg );
 271+ $msgcache[$msg] = wfMsgExt( $msg, array( 'escapenoentities' ) );
272272 }
273273 }
274274

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r38771Make space after semicolon consistent with other punctuation marks...raymond12:19, 7 August 2008

Status & tagging log