http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97784

Revision: 97784
Author:   aaron
Date:     2011-09-22 03:28:21 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
Added back xml::hidden wrapper, used by LQT

Modified Paths:
--------------
    branches/wmf/1.18wmf1/includes/Xml.php

Modified: branches/wmf/1.18wmf1/includes/Xml.php
===================================================================
--- branches/wmf/1.18wmf1/includes/Xml.php      2011-09-22 03:21:43 UTC (rev 
97783)
+++ branches/wmf/1.18wmf1/includes/Xml.php      2011-09-22 03:28:21 UTC (rev 
97784)
@@ -451,6 +451,13 @@
        }
 
        /**
+        * @deprecated 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
         * @param $value String: form submission value; if empty, use text


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to