r61545 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61544‎ | r61545 | r61546 >
Date:00:11, 27 January 2010
Author:demon
Status:ok
Tags:
Comment:
Fix isSyndicated() description too
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -434,8 +434,7 @@
435435 }
436436
437437 /**
438 - * Return the number of feed links that will be added to the page header
439 - *
 438+ * Should we output feed links for this page?
440439 * @return Boolean
441440 */
442441 public function isSyndicated() { return count($this->mFeedLinks) > 0; }

Status & tagging log