r85274 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85273‎ | r85274 | r85275 >
Date:20:04, 3 April 2011
Author:ashley
Status:deferred
Tags:
Comment:
SocialProfile: per CR on r85267, use addWikiMsg() here
Modified paths:
  • /trunk/extensions/SocialProfile/UserBoard/SpecialSendBoardBlast.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SocialProfile/UserBoard/SpecialSendBoardBlast.php
@@ -36,8 +36,7 @@
3737 // This feature is available only to logged-in users.
3838 if ( !$wgUser->isLoggedIn() ) {
3939 $wgOut->setPageTitle( wfMsg( 'boardblastlogintitle' ) );
40 - $output = wfMsgExt( 'boardblastlogintext', 'parse' );
41 - $wgOut->addHTML( $output );
 40+ $wgOut->addWikiMsg( 'boardblastlogintext' );
4241 return '';
4342 }
4443

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85267SocialProfile: converted one raw HTML usage to the [[wiki link syntax]] in Us...ashley18:00, 3 April 2011

Status & tagging log