Removed comment about the usage $wgTitle which is no longer true
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 26 May 2011 16:11:47 +0000 (16:11 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 26 May 2011 16:11:47 +0000 (16:11 +0000)
includes/OutputPage.php

index c205cc4..a9e17bb 100644 (file)
@@ -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,