r77938 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77937‎ | r77938 | r77939 >
Date:00:50, 7 December 2010
Author:tstarling
Status:ok
Tags:
Comment:
Fix incorrect use of wfMsgReal() from r77929, causes several warnings.
Modified paths:
  • /trunk/phase3/includes/installer/WebInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstaller.php
@@ -637,7 +637,7 @@
638638
639639
640640 return "<div class=\"mw-help-field-container\">\n" .
641 - "<span class=\"mw-help-field-hint\">" . wfMsgReal( 'config-help' ) . "</span>\n" .
 641+ "<span class=\"mw-help-field-hint\">" . wfMsgHtml( 'config-help' ) . "</span>\n" .
642642 "<span class=\"mw-help-field-data\">" . $html . "</span>\n" .
643643 "</div>\n";
644644 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77929* Fix issues brought up in r75832...bharris23:13, 6 December 2010

Status & tagging log