diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2023-09-19 17:59:47 +0100 |
---|---|---|
committer | DannyS712 <dannys712.wiki@gmail.com> | 2023-09-21 05:39:23 +0000 |
commit | 468e69bccc409129499e9848a6a4d8764b5be468 (patch) | |
tree | b245019f0379aa38d055f2bc5153c79185472b17 /includes/htmlform/fields/HTMLRadioField.php | |
parent | fa034d2ad7d2788616f5ae3d582621ba0f2cc1f1 (diff) | |
download | mediawikicore-468e69bccc409129499e9848a6a4d8764b5be468.tar.gz mediawikicore-468e69bccc409129499e9848a6a4d8764b5be468.zip |
Namespace Sanitizer under \MediaWiki\Parser
Bug: T166010
Change-Id: Id13dcbf7a0372017495958dbc4f601f40c122508
Diffstat (limited to 'includes/htmlform/fields/HTMLRadioField.php')
-rw-r--r-- | includes/htmlform/fields/HTMLRadioField.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLRadioField.php b/includes/htmlform/fields/HTMLRadioField.php index e7ea1e7385a0..7688fd06d811 100644 --- a/includes/htmlform/fields/HTMLRadioField.php +++ b/includes/htmlform/fields/HTMLRadioField.php @@ -1,6 +1,7 @@ <?php use MediaWiki\Html\Html; +use MediaWiki\Parser\Sanitizer; /** * Radio checkbox fields. |