r66716 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66715‎ | r66716 | r66717 >
Date:00:52, 21 May 2010
Author:mah
Status:ok
Tags:
Comment:
re r66702 Use wfMsgForContent instead of wfMsg
Modified paths:
  • /trunk/phase3/includes/User.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/User.php
@@ -3761,7 +3761,7 @@
37623762
37633763 $signature = empty($signature) ? "~~~~~" : "{$signature} ~~~~~";
37643764
3765 - $template = Title::newFromText( wfMsg( 'usermessage-template' ) );
 3765+ $template = Title::newFromText( wfMsgForContent( 'usermessage-template' ) );
37663766 if ( !$template
37673767 || $template->getNamespace() !== NS_TEMPLATE
37683768 || !$template->exists() ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r69722Followup r69719 r66716, add variable definition to false...reedy09:47, 22 July 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66702Follow-up r66698: Fix syntax error (missing ;)raymond19:02, 20 May 2010

Status & tagging log