Document Xml::hidden().
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 10 Jun 2008 23:18:15 +0000 (23:18 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 10 Jun 2008 23:18:15 +0000 (23:18 +0000)
includes/Xml.php

index 8802803..789d25f 100644 (file)
@@ -364,9 +364,8 @@ class Xml {
 
        /**
         * Convenience function to build an HTML hidden form field.
-        * @todo Document $name parameter.
-        * @param $name FIXME
-        * @param $value String: label text for the button
+        * @param $name String: name attribute for the field
+        * @param $value String: value for the hidden field
         * @param $attribs Array: optional custom attributes
         * @return string HTML
         */