diff --git a/administrator/components/com_config/src/Field/FiltersField.php b/administrator/components/com_config/src/Field/FiltersField.php index 811e0e6b18e2c..80fcbc61d3139 100644 --- a/administrator/components/com_config/src/Field/FiltersField.php +++ b/administrator/components/com_config/src/Field/FiltersField.php @@ -141,12 +141,18 @@ protected function getInput() . ' data-id="' . ($group->value) . '" ' . ' class="novalidate custom-select"' . '>'; - $html[] = ' '; - $html[] = ' '; - $html[] = ' '; + + // "BL" is deprecated in Joomla! 4, will be removed in Joomla! 5 + $html[] = ''; + + // "CBL" is deprecated in Joomla! 4, will be removed in Joomla! 5 + $html[] = ''; + + // "WL" is deprecated in Joomla! 4, will be removed in Joomla! 5 + $html[] = ''; $html[] = ' '; $html[] = '