Xml::hidden() --> Html::hidden()

Xml::hidden() killed
This commit is contained in:
Sam Reed 2011-05-06 23:13:09 +00:00
parent bc829f4372
commit 40e70b32de

View file

@ -416,13 +416,6 @@ class Xml {
return Html::element( 'input', array( 'type' => 'submit', 'value' => $value ) + $attribs );
}
/**
* @deprecated since 1.16 Synonymous to Html::hidden()
*/
public static function hidden( $name, $value, $attribs = array() ) {
return Html::hidden( $name, $value, $attribs );
}
/**
* Convenience function to build an HTML drop-down list item.
* @param $text String: text for this item