Follow-up r80988: fix function documentation
authorBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 30 Jun 2011 17:35:37 +0000 (17:35 +0000)
committerBryan Tong Minh <btongminh@users.mediawiki.org>
Thu, 30 Jun 2011 17:35:37 +0000 (17:35 +0000)
includes/HTMLForm.php

index 1d2c662..f2f514c 100644 (file)
@@ -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 ) ) {