diff --git a/core/modules/views/views.module b/core/modules/views/views.module index c5cc438a7d5..2c21045ea0f 100644 --- a/core/modules/views/views.module +++ b/core/modules/views/views.module @@ -627,7 +627,7 @@ function views_disable_view(View $view) { } /** - * Implements hook_form_alter() for the exposed form. + * Implements hook_form_FORM_ID_alter() for the exposed form. * * Since the exposed form is a GET form, we don't want it to send a wide * variety of information.