From: Brion Vibber Date: Tue, 17 Feb 2009 22:21:02 +0000 (+0000) Subject: Followup to r47269 "* (bug 17488) Link in toolbar to feeds should be localized (alrea... X-Git-Tag: 1.31.0-rc.0~42841 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=03449c1564281365dc8890a26dfc20e73dce3992;p=lhc%2Fweb%2Fwiklou.git Followup to r47269 "* (bug 17488) Link in toolbar to feeds should be localized (already have the feed-$format messages) Patch by Marcin Cieślak." * Fixed release notes to clarify this is for classic skin * HTML-escaping the message to match Monobook behavior --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d0a2e29828..4cbe771ebb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -177,7 +177,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 12746) Do not allow new password e-mails when wiki is in read-only mode * (bug 17478) Fixed a PHP Strict standards error in maintenance/cleanupWatchlist.php -* (bug 17488) RSS/Atom links in left toolbar are now localized +* (bug 17488) RSS/Atom links in left toolbar are now localized in classic skin * (bug 17472) use print << $class ) { $feedurl = $wgRequest->escapeAppendQuery( "feed=$format" ); $s[] = "" . wfMsg( "feed-$format" ) . ""; + . " class=\"feedlink\">" . wfMsgHtml( "feed-$format" ) . ""; } } return $wgLang->pipeList( $s );