r25132 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25131‎ | r25132 | r25133 >
Date:13:23, 25 August 2007
Author:brion
Status:old
Tags:
Comment:
bug 7653 -- only do transformations on header message in rendering, not at message load, so it don't break templates :D
Modified paths:
  • /trunk/extensions/CategoryTree/CategoryTreePage.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/CategoryTreePage.php
@@ -55,7 +55,7 @@
5656
5757 $this->mode = (int)$this->mode;
5858
59 - $wgOut->addWikiText( wfMsg( 'categorytree-header' ) );
 59+ $wgOut->addWikiText( wfMsgNoTrans( 'categorytree-header' ) );
6060
6161 $wgOut->addHtml( $this->makeInputForm() );
6262

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r18444(bug 7653) Don't transform "makebot-header" before we pass it into the parserrobchurch13:24, 19 December 2006

Status & tagging log