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 @@
638
638
639
639
640
640
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" .
642
642
"<span class=\"mw-help-field-data\">" . $html . "</span>\n" .
643
643
"</div>\n";
644
644
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r77929
* Fix issues brought up in
r75832
...
bharris
23:13, 6 December 2010
Status & tagging log
19:10, 8 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r77938
[
removed:
new
added:
ok]