diff --git a/core/modules/views/views.module b/core/modules/views/views.module index c9de1ab..cd63284 100644 --- a/core/modules/views/views.module +++ b/core/modules/views/views.module @@ -534,7 +534,7 @@ function views_contextual_links_view_alter(&$element, $items) { * content. * @param $block_type * The type of the block. If it's block it's a regular views display, - * but 'special_block_-exp' exist as well. + * but 'exposed_filter' exist as well. */ function views_add_block_contextual_links(&$block, ViewExecutable $view, $display_id, $block_type = 'block') { // Do not add contextual links to an empty block.