r74252 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74251‎ | r74252 | r74253 >
Date:14:59, 4 October 2010
Author:maxsem
Status:ok
Tags:
Comment:
Bug 25414 - UI PrefSwitch should use content language for feedback page title
Modified paths:
  • /trunk/extensions/PrefSwitch/SpecialPrefSwitch.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PrefSwitch/SpecialPrefSwitch.php
@@ -253,7 +253,7 @@
254254 $wgOut->addHtml( $html );
255255 } else {
256256 $wgOut->addWikiMsgArray(
257 - 'prefswitch-main', wfMsg( 'prefswitch-feedbackpage' ), array( 'parse' )
 257+ 'prefswitch-main', wfMsgForContent( 'prefswitch-feedbackpage' ), array( 'parse' )
258258 );
259259 if ($wgUser->isLoggedIn()) {
260260 $wgOut->addWikiMsgArray(

Follow-up revisions

RevisionCommit summaryAuthorDate
r74259Follow up r74252. Another prefswitch-feedbackpage call....platonides16:25, 4 October 2010
r742681.16wmf4: MFT r74252, r74259, r74267catrope19:50, 4 October 2010

Status & tagging log