r88895 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88894‎ | r88895 | r88896 >
Date:16:11, 26 May 2011
Author:ialex
Status:ok
Tags:
Comment:
Removed comment about the usage $wgTitle which is no longer true
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -2877,10 +2877,10 @@
28782878 # Feeds
28792879 if ( $wgFeed ) {
28802880 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.
28852885
28862886 $tags[] = $this->feedLink(
28872887 $format,

Status & tagging log