From 707a2fa8fe3aa36e43fc020d57675daa6c073cae Mon Sep 17 00:00:00 2001 From: Bryan Tong Minh Date: Thu, 30 Jun 2011 17:35:37 +0000 Subject: [PATCH] Follow-up r80988: fix function documentation --- includes/HTMLForm.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index 1d2c6626b7..f2f514cdc9 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -317,6 +317,7 @@ class HTMLForm { /** * Add header text, inside the form. * @param $msg String complete text of message to display + * @param $section The section to add the header to */ function addHeaderText( $msg, $section = null ) { if ( is_null( $section ) ) { @@ -332,6 +333,7 @@ class HTMLForm { /** * Add footer text, inside the form. * @param $msg String complete text of message to display + * @param $section string The section to add the footer text to */ function addFooterText( $msg, $section = null ) { if ( is_null( $section ) ) { -- 2.20.1