diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2021-03-26 16:37:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2021-03-26 16:37:37 +0000 |
commit | ad9661c4b84f0ac4270c0f22e9a6fe8ea63dfa6b (patch) | |
tree | a0b4248525bc33127f158dc95c5acffcca1050e2 /autoload.php | |
parent | 41456132c2d443fcdbce7b5b73cdde4ddc0539ac (diff) | |
parent | ee93d068d2fff12ebd34f6b8aac050909ea3b0ab (diff) | |
download | mediawikicore-ad9661c4b84f0ac4270c0f22e9a6fe8ea63dfa6b.tar.gz mediawikicore-ad9661c4b84f0ac4270c0f22e9a6fe8ea63dfa6b.zip |
Merge "Add HTMLTagMultiselectField"
Diffstat (limited to 'autoload.php')
-rw-r--r-- | autoload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php index 199f0139ac00..b3e30686d039 100644 --- a/autoload.php +++ b/autoload.php @@ -611,6 +611,7 @@ $wgAutoloadLocalClasses = [ 'HTMLSizeFilterField' => __DIR__ . '/includes/htmlform/fields/HTMLSizeFilterField.php', 'HTMLSubmitField' => __DIR__ . '/includes/htmlform/fields/HTMLSubmitField.php', 'HTMLTagFilter' => __DIR__ . '/includes/htmlform/fields/HTMLTagFilter.php', + 'HTMLTagMultiselectField' => __DIR__ . '/includes/htmlform/fields/HTMLTagMultiselectField.php', 'HTMLTextAreaField' => __DIR__ . '/includes/htmlform/fields/HTMLTextAreaField.php', 'HTMLTextField' => __DIR__ . '/includes/htmlform/fields/HTMLTextField.php', 'HTMLTextFieldWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLTextFieldWithButton.php', |