r75782 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75781‎ | r75782 | r75783 >
Date:11:57, 1 November 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r75641, improve function documentation
Modified paths:
  • /trunk/phase3/includes/api/ApiQuery.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQuery.php
@@ -458,9 +458,8 @@
459459 }
460460
461461 /**
462 - * @param $pageSet ApiPageSet
463 - * @param $result ApiResult
464 - * @return
 462+ * @param $pageSet ApiPageSet Pages to be exported
 463+ * @param $result ApiResult Result to output to
465464 */
466465 private function doExport( $pageSet, $result ) {
467466 $exportTitles = array();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r75641Followup r75554, functionise Export code, allows for return to be used "non s...reedy12:20, 29 October 2010

Status & tagging log