Index: trunk/phase3/includes/OutputPage.php |
— | — | @@ -2877,10 +2877,10 @@ |
2878 | 2878 | # Feeds |
2879 | 2879 | if ( $wgFeed ) { |
2880 | 2880 | foreach( $this->getSyndicationLinks() as $format => $link ) { |
2881 | | - # Use the page name for the title (accessed through $wgTitle since |
2882 | | - # there's no other way). In principle, this could lead to issues |
2883 | | - # with having the same name for different feeds corresponding to |
2884 | | - # the same page, but we can't avoid that at this low a level. |
| 2881 | + # Use the page name for the title. In principle, this could |
| 2882 | + # lead to issues with having the same name for different feeds |
| 2883 | + # corresponding to the same page, but we can't avoid that at |
| 2884 | + # this low a level. |
2885 | 2885 | |
2886 | 2886 | $tags[] = $this->feedLink( |
2887 | 2887 | $format, |