Index: trunk/phase3/includes/HTMLForm.php |
— | — | @@ -317,6 +317,7 @@ |
318 | 318 | /** |
319 | 319 | * Add header text, inside the form. |
320 | 320 | * @param $msg String complete text of message to display |
| 321 | + * @param $section The section to add the header to |
321 | 322 | */ |
322 | 323 | function addHeaderText( $msg, $section = null ) { |
323 | 324 | if ( is_null( $section ) ) { |
— | — | @@ -332,6 +333,7 @@ |
333 | 334 | /** |
334 | 335 | * Add footer text, inside the form. |
335 | 336 | * @param $msg String complete text of message to display |
| 337 | + * @param $section string The section to add the footer text to |
336 | 338 | */ |
337 | 339 | function addFooterText( $msg, $section = null ) { |
338 | 340 | if ( is_null( $section ) ) { |