From 9ba8e6fbf1d5a00881c3f9aa18ae76b2f49791fd Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 10 Jun 2008 23:18:15 +0000 Subject: [PATCH] Document Xml::hidden(). --- includes/Xml.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/includes/Xml.php b/includes/Xml.php index 8802803420..789d25f434 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -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 */ -- 2.20.1