From: Chad Horohoe Date: Wed, 27 Jan 2010 00:11:13 +0000 (+0000) Subject: Fix isSyndicated() description too X-Git-Tag: 1.31.0-rc.0~38092 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=ed1474d7f62e314e3ca63e26034fb8b2a25cb4be;p=lhc%2Fweb%2Fwiklou.git Fix isSyndicated() description too --- 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; }