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 @@
56
56
57
57
$this->mode = (int)$this->mode;
58
58
59
- $wgOut->addWikiText( wfMsg( 'categorytree-header' ) );
59
+ $wgOut->addWikiText( wfMsgNoTrans( 'categorytree-header' ) );
60
60
61
61
$wgOut->addHtml( $this->makeInputForm() );
62
62
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r18444
(
bug 7653
) Don't transform "makebot-header" before we pass it into the parser
robchurch
13:24, 19 December 2006
Status & tagging log
15:20, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r25132
[
removed:
ok
added:
old]