Fix isSyndicated() description too
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 27 Jan 2010 00:11:13 +0000 (00:11 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 27 Jan 2010 00:11:13 +0000 (00:11 +0000)
includes/OutputPage.php

index d431daa..ba4100d 100644 (file)
@@ -434,8 +434,7 @@ class OutputPage {
        }
 
        /**
-        * Return the number of feed links that will be added to the page header
-        *
+        * Should we output feed links for this page?
         * @return Boolean
         */
        public function isSyndicated() { return count($this->mFeedLinks) > 0; }