From ed1474d7f62e314e3ca63e26034fb8b2a25cb4be Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Wed, 27 Jan 2010 00:11:13 +0000 Subject: [PATCH] Fix isSyndicated() description too --- includes/OutputPage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index d431daa650..ba4100d0fe 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -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; } -- 2.20.1