summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-08 06:48:39 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-08 06:48:39 +0000
commit24de8090c06b85bd8153e4b3e1ce7a2e6677683b (patch)
treeff8cb48b5032411f760873d21c38846124d9c5d9 /includes/menu.inc
parent581aeddc116a33e086763e194ceb74722d6672a8 (diff)
downloadbrdo-24de8090c06b85bd8153e4b3e1ce7a2e6677683b.tar.gz
brdo-24de8090c06b85bd8153e4b3e1ce7a2e6677683b.tar.bz2
#975754 by jhodgdon: Fixed problems with hook_menu() documentation.
Diffstat (limited to 'includes/menu.inc')
-rw-r--r--includes/menu.inc5
1 files changed, 3 insertions, 2 deletions
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