Xml::hidden() --> Html::hidden()
authorSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 23:13:09 +0000 (23:13 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Fri, 6 May 2011 23:13:09 +0000 (23:13 +0000)
Xml::hidden() killed

includes/Xml.php

index 07934d8..01ceff4 100644 (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