From 93d80d1297736364a17ed48333e64811d81ca47c Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 26 May 2011 16:11:47 +0000 Subject: [PATCH] Removed comment about the usage $wgTitle which is no longer true --- includes/OutputPage.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, -- 2.20.1