From: Bryan Tong Minh Date: Thu, 30 Jun 2011 17:35:37 +0000 (+0000) Subject: Follow-up r80988: fix function documentation X-Git-Tag: 1.31.0-rc.0~29155 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=707a2fa8fe3aa36e43fc020d57675daa6c073cae;p=lhc%2Fweb%2Fwiklou.git Follow-up r80988: fix function documentation --- 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 ) ) {