From 24de8090c06b85bd8153e4b3e1ce7a2e6677683b Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 8 Dec 2010 06:48:39 +0000 Subject: #975754 by jhodgdon: Fixed problems with hook_menu() documentation. --- includes/menu.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes/menu.inc') diff --git a/includes/menu.inc b/includes/menu.inc index 1488dc8cd..5be5b1128 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -49,8 +49,9 @@ * Access to the callback functions is also protected by the menu system. * The "access callback" with an optional "access arguments" of each menu * item is called before the page callback proceeds. If this returns TRUE, - * then access is granted; if FALSE, then access is denied. Menu items may - * omit this attribute to use the value provided by an ancestor item. + * then access is granted; if FALSE, then access is denied. Default local task + * menu items (see next paragraph) may omit this attribute to use the value + * provided by the parent item. * * In the default Drupal interface, you will notice many links rendered as * tabs. These are known in the menu system as "local tasks", and they are -- cgit v1.2.3