diff --git a/views_ui.module b/views_ui.module index 00068323f964299d10c354b6c66f828ebb6366e3..0f4cec6c18e160da40429ca1765aa6532e00b5ef 100644 --- a/views_ui.module +++ b/views_ui.module @@ -638,6 +638,7 @@ function views_ui_get_form_wizard_instance($wizard) { * Implements hook_views_plugins_alter(). */ function views_ui_views_plugins_alter(&$plugins) { + // @todo This currently does not work, investigate annotation alters. // Attach contextual links to each display plugin. The links will point to // paths underneath "admin/structure/views/view/{$view->name}" (i.e., paths // for editing and performing other contextual actions on the view).