diff --git a/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php b/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php index 98bd505..34b8cb4 100644 --- a/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php +++ b/core/modules/views/src/Plugin/views/filter/FilterPluginBase.php @@ -1365,8 +1365,8 @@ public function acceptExposedInput($input) { return FALSE; } - // If checkboxes are used to render this filter, we do not include the - // filter if all option are unchecked. + // If checkboxes are used to render this filter, do not include the + // filter if no options are checked. if (is_array($value) && Checkboxes::detectEmptyCheckboxes($value)) { return FALSE; }