r64904 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64903‎ | r64904 | r64905 >
Date:21:14, 10 April 2010
Author:ialex
Status:ok
Tags:
Comment:
* fixed some doxygen warnings
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1759,6 +1759,9 @@
17601760
17611761 /**
17621762 * @param $section empty/null/false or a section number (0, 1, 2, T1, T2...)
 1763+ * @param $text String: new text of the section
 1764+ * @param $summary String: new section's subject, only if $section is 'new'
 1765+ * @param $edittime String: revision timestamp or null to use the current revision
17631766 * @return string Complete article text, or null if error
17641767 */
17651768 public function replaceSection( $section, $text, $summary = '', $edittime = null ) {

Status & tagging log