Index: trunk/phase3/includes/SpecialRecentchanges.php |
— | — | @@ -197,7 +197,7 @@ |
198 | 198 | |
199 | 199 | // Output header |
200 | 200 | if ( !$specialPage->including() ) { |
201 | | - $wgOut->addWikiText( wfMsgForContent( "recentchangestext" ) ); |
| 201 | + $wgOut->addWikiText( wfMsgForContentNoTrans( "recentchangestext" ) ); |
202 | 202 | |
203 | 203 | // Dump everything here |
204 | 204 | $nondefaults = array(); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -347,6 +347,7 @@ |
348 | 348 | * (bug 8310) Blank line added to top of 'post' when page is blank |
349 | 349 | * (bug 5411) Remove autopatrol preference; users who can mark edits patrolled |
350 | 350 | will now have their edits marked as such regardless |
| 351 | +* (bug 8109) Template parameters ignored in "recentchangestext" |
351 | 352 | |
352 | 353 | == Languages updated == |
353 | 354 | |