From 84e5d10b66a19211fea8792816bfafc65a446478 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Sep 2010 14:35:13 +0000 Subject: - Patch #627288 by sun, David_Rothstein: contextual links are not alterable. --- modules/system/system.api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/system/system.api.php') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index a7720f145..e7903e86d 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1223,9 +1223,10 @@ function hook_menu_local_tasks_alter(&$data, $router_item, $root_path) { * This is a normalized path, which means that an originally passed path of * 'node/123' became 'node/%'. * + * @see hook_contextual_links_view_alter() * @see menu_contextual_links() * @see hook_menu() - * @see system_preprocess() + * @see contextual_preprocess() */ function hook_menu_contextual_links_alter(&$links, $router_item, $root_path) { // Add a link to all contextual links for nodes. -- cgit v1.2.3