Xml::hidden() --> Html::hidden()
Xml::hidden() killed
This commit is contained in:
parent
bc829f4372
commit
40e70b32de
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue