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 @@
435
435
}
436
436
437
437
/**
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?
440
439
* @return Boolean
441
440
*/
442
441
public function isSyndicated() { return count($this->mFeedLinks) > 0; }
Status & tagging log
02:34, 29 January 2010
Tim Starling
(
talk
|
contribs
)
changed the
status
of r61545
[
removed:
new
added:
ok]