From: Sam Reed Date: Fri, 6 May 2011 23:13:09 +0000 (+0000) Subject: Xml::hidden() --> Html::hidden() X-Git-Tag: 1.31.0-rc.0~30359 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=40e70b32decb2b1cadd0c4db7764f6400a85fa79;p=lhc%2Fweb%2Fwiklou.git Xml::hidden() --> Html::hidden() Xml::hidden() killed --- diff --git a/includes/Xml.php b/includes/Xml.php index 07934d8ef0..01ceff470a 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -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