From: Alexandre Emsenhuber Date: Thu, 26 May 2011 16:11:47 +0000 (+0000) Subject: Removed comment about the usage $wgTitle which is no longer true X-Git-Tag: 1.31.0-rc.0~29929 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=93d80d1297736364a17ed48333e64811d81ca47c;p=lhc%2Fweb%2Fwiklou.git Removed comment about the usage $wgTitle which is no longer true --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index c205cc46b4..a9e17bb16b 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -2877,10 +2877,10 @@ class OutputPage { # Feeds if ( $wgFeed ) { foreach( $this->getSyndicationLinks() as $format => $link ) { - # Use the page name for the title (accessed through $wgTitle since - # there's no other way). In principle, this could lead to issues - # with having the same name for different feeds corresponding to - # the same page, but we can't avoid that at this low a level. + # Use the page name for the title. In principle, this could + # lead to issues with having the same name for different feeds + # corresponding to the same page, but we can't avoid that at + # this low a level. $tags[] = $this->feedLink( $format,