diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/menu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index 883710141..d16f30058 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -1854,7 +1854,7 @@ function menu_local_tasks($level = 0) { * @return * A list of menu router items that are local tasks for the passed in path. * - * @see system_preprocess() + * @see contextual_links_preprocess() */ function menu_contextual_links($module, $parent_path, $args) { static $path_empty = array(); |