r18444 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r18443‎ | r18444 | r18445 >
Date:13:24, 19 December 2006
Author:robchurch
Status:old
Tags:
Comment:
(bug 7653) Don't transform "makebot-header" before we pass it into the parser
Modified paths:
  • /trunk/extensions/Makebot/Makebot.class.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Makebot/Makebot.class.php
@@ -32,7 +32,7 @@
3333 ? $par
3434 : $wgRequest->getText( 'username', '' );
3535
36 - $wgOut->addWikiText( wfMsg( 'makebot-header' ) );
 36+ $wgOut->addWikiText( wfMsgNoTrans( 'makebot-header' ) );
3737 $wgOut->addHtml( $this->makeSearchForm() );
3838
3939 if( $this->target != '' ) {

Follow-up revisions

RevisionCommit summaryAuthorDate
r25132bug 7653 -- only do transformations on header message in rendering, not at me...brion13:23, 25 August 2007