From 03449c1564281365dc8890a26dfc20e73dce3992 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 17 Feb 2009 22:21:02 +0000 Subject: [PATCH] =?utf8?q?Followup=20to=20r47269=20"*=20(bug=2017488)=20Li?= =?utf8?q?nk=20in=20toolbar=20to=20feeds=20should=20be=20localized=20(alre?= =?utf8?q?ady=20have=20the=20feed-$format=20messages)=20Patch=20by=20Marci?= =?utf8?q?n=20Cie=C5=9Blak."=20*=20Fixed=20release=20notes=20to=20clarify?= =?utf8?q?=20this=20is=20for=20classic=20skin=20*=20HTML-escaping=20the=20?= =?utf8?q?message=20to=20match=20Monobook=20behavior?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- RELEASE-NOTES | 2 +- includes/Skin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.20.1