Index: trunk/phase3/includes/Skin.php |
— | — | @@ -1021,7 +1021,7 @@ |
1022 | 1022 | foreach( $wgFeedClasses as $format => $class ) { |
1023 | 1023 | $feedurl = $wgRequest->escapeAppendQuery( "feed=$format" ); |
1024 | 1024 | $s[] = "<a href=\"$feedurl\" rel=\"alternate\" type=\"application/{$format}+xml\"" |
1025 | | - . " class=\"feedlink\">" . wfMsg( "feed-$format" ) . "</a>"; |
| 1025 | + . " class=\"feedlink\">" . wfMsgHtml( "feed-$format" ) . "</a>"; |
1026 | 1026 | } |
1027 | 1027 | } |
1028 | 1028 | return $wgLang->pipeList( $s ); |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -177,7 +177,7 @@ |
178 | 178 | * (bug 12746) Do not allow new password e-mails when wiki is in read-only mode |
179 | 179 | * (bug 17478) Fixed a PHP Strict standards error in |
180 | 180 | maintenance/cleanupWatchlist.php |
181 | | -* (bug 17488) RSS/Atom links in left toolbar are now localized |
| 181 | +* (bug 17488) RSS/Atom links in left toolbar are now localized in classic skin |
182 | 182 | * (bug 17472) use print <<<EOF in maintenance/importTextFile.php |
183 | 183 | * Special:PrefixIndex: Move table styling to shared.css, add CSS IDs to tables |
184 | 184 | use correct message 'allpagesprefix' for input form label, replace _ with ' ' |