diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 3 |
1 files changed, 2 insertions, 1 deletions
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. |