aboutsummaryrefslogtreecommitdiffstats
path: root/includes/HTMLForm.php
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2012-01-19 17:27:29 +0000
committerSam Reed <reedy@users.mediawiki.org>2012-01-19 17:27:29 +0000
commit29e672787ca2b4d7c92cf2b098dde62a53872d4d (patch)
tree8b32cb3a3c91e23c5be09f4a9132614c5933d742 /includes/HTMLForm.php
parentccc769bac2bdd8c0542a1fc51e648014c140ee65 (diff)
downloadmediawikicore-29e672787ca2b4d7c92cf2b098dde62a53872d4d.tar.gz
mediawikicore-29e672787ca2b4d7c92cf2b098dde62a53872d4d.zip
Documentation
Remove unused globals
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/109554
Diffstat (limited to 'includes/HTMLForm.php')
-rw-r--r--includes/HTMLForm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php
index 33a702805a47..41a12c1d229d 100644
--- a/includes/HTMLForm.php
+++ b/includes/HTMLForm.php
@@ -338,7 +338,7 @@ class HTMLForm extends ContextSource {
/**
* Add header text, inside the form.
* @param $msg String complete text of message to display
- * @param $section The section to add the header to
+ * @param $section string The section to add the header to
*/
function addHeaderText( $msg, $section = null ) {
if ( is_null( $section ) ) {