Merge "Use HTMLForm for Special:LinkSerach"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 7 May 2015 01:25:01 +0000 (01:25 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 7 May 2015 01:25:01 +0000 (01:25 +0000)
1  2 
includes/htmlform/HTMLForm.php

@@@ -51,6 -51,7 +51,7 @@@
   *    'id'                  -- HTML id attribute
   *    'cssclass'            -- CSS class
   *    'csshelpclass'        -- CSS class used to style help text
+  *    'dir'                 -- Direction of the element.
   *    'options'             -- associative array mapping labels to values.
   *                             Some field types support multi-level arrays.
   *    'options-messages'    -- associative array mapping message keys to values.
@@@ -357,7 -358,6 +358,7 @@@ class HTMLForm extends ContextSource 
         * @return bool
         */
        public function isVForm() {
 +              wfDeprecated( __METHOD__, '1.25' );
                return false;
        }