Index: trunk/phase3/includes/SpecialWatchlist.php |
— | — | @@ -273,7 +273,7 @@ |
274 | 274 | } |
275 | 275 | |
276 | 276 | # TODO: Consider removing the third parameter |
277 | | - $header .= wfMsgExt( 'watchdetails', array( 'parsemag', 'escape'), $wgLang->formatNum( $nitems ), |
| 277 | + $header .= wfMsgExt( 'watchdetails', array( 'parsemag' ), $wgLang->formatNum( $nitems ), |
278 | 278 | $wgLang->formatNum( $npages ), '', |
279 | 279 | $specialTitle->getFullUrl( 'edit=yes' ) ); |
280 | 280 | $wgOut->addWikiText( $header ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -274,6 +274,7 @@ |
275 | 275 | * (bug 7459) Magic word variables are always case sensitive |
276 | 276 | * Made messages used in Special:Preferences either plain text or wikitext (toggles) |
277 | 277 | * Replaced {{SERVER}}{{localurl:xxx}} with {{fullurl:xxx}} in localisation files |
| 278 | +* Fix regression in Special:Watchlist text header |
278 | 279 | |
279 | 280 | |
280 | 281 | == Languages updated == |