From 40e70b32decb2b1cadd0c4db7764f6400a85fa79 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 6 May 2011 23:13:09 +0000 Subject: [PATCH] Xml::hidden() --> Html::hidden() Xml::hidden() killed --- includes/Xml.php | 7 ------- 1 file changed, 7 deletions(-) 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 -- 2.20.1