r24185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24184‎ | r24185 | r24186 >
Date:00:22, 17 July 2007
Author:robchurch
Status:old
Tags:
Comment:
Update comment
Modified paths:
  • /trunk/phase3/includes/LinksUpdate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LinksUpdate.php
@@ -9,7 +9,7 @@
1010 /**@{{
1111 * @private
1212 */
13 - var $mId, //!< Page ID of the article linked from
 13+ var $mId, //!< Page ID of the article linked from
1414 $mTitle, //!< Title object of the article linked from
1515 $mLinks, //!< Map of title strings to IDs for the links in the document
1616 $mImages, //!< DB keys of the images used, in the array key only
@@ -24,10 +24,10 @@
2525
2626 /**
2727 * Constructor
28 - * Initialize private variables
29 - * @param $title Integer: FIXME
30 - * @param $parserOutput FIXME
31 - * @param $recursive Boolean: FIXME, default 'true'.
 28+ *
 29+ * @param Title $title Title of the page we're updating
 30+ * @param ParserOutput $parserOutput Output from a full parse of this page
 31+ * @param bool $recursive Queue jobs for recursive updates?
3232 */
3333 function LinksUpdate( $title, $parserOutput, $recursive = true ) {
3434 global $wgAntiLockFlags;

Follow-up revisions

RevisionCommit summaryAuthorDate
r24215Merged revisions 24095-24212 via svnmerge from...david21:19, 17 July 2007

Status & tagging log