r91185 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91184‎ | r91185 | r91186 >
Date:17:35, 30 June 2011
Author:btongminh
Status:ok
Tags:
Comment:
Follow-up r80988: fix function documentation
Modified paths:
  • /trunk/phase3/includes/HTMLForm.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/HTMLForm.php
@@ -317,6 +317,7 @@
318318 /**
319319 * Add header text, inside the form.
320320 * @param $msg String complete text of message to display
 321+ * @param $section The section to add the header to
321322 */
322323 function addHeaderText( $msg, $section = null ) {
323324 if ( is_null( $section ) ) {
@@ -332,6 +333,7 @@
333334 /**
334335 * Add footer text, inside the form.
335336 * @param $msg String complete text of message to display
 337+ * @param $section string The section to add the footer text to
336338 */
337339 function addFooterText( $msg, $section = null ) {
338340 if ( is_null( $section ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r80988HTMLForm: All section headers and footers. Added an optional second $section ...btongminh20:56, 25 January 2011

Status & tagging log