Merge "HTMLForm: Remove parameters 'notice', 'notice-messages', 'notice-message'"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 24 Oct 2018 17:14:34 +0000 (17:14 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 24 Oct 2018 17:14:34 +0000 (17:14 +0000)
1  2 
includes/htmlform/HTMLForm.php

@@@ -81,9 -81,6 +81,6 @@@ use Wikimedia\ObjectFactory
   *    'help-inline'         -- Whether help text (defined using options above) will be shown
   *                             inline after the input field, rather than in a popup.
   *                             Defaults to true. Only used by OOUI form fields.
-  *    'notice'              -- (deprecated, use 'help' instead)
-  *    'notice-messages'     -- (deprecated, use 'help-messages' instead)
-  *    'notice-message'      -- (deprecated, use 'help-message' instead)
   *    'required'            -- passed through to the object, indicating that it
   *                             is a required field.
   *    'size'                -- the length of text fields
@@@ -175,7 -172,6 +172,7 @@@ class HTMLForm extends ContextSource 
                'title' => HTMLTitleTextField::class,
                'user' => HTMLUserTextField::class,
                'usersmultiselect' => HTMLUsersMultiselectField::class,
 +              'titlesmultiselect' => HTMLTitlesMultiselectField::class,
        ];
  
        public $mFieldData;