summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-03-28 08:52:43 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-03-28 08:52:43 -0700
commit5b45a85ca7859e23b79cac3616e4cf5ad1b47f4c (patch)
tree5dd1c9073595007516ada373803f35e19ce90efb /includes/menu.inc
parent1e3714af4dff3a9518074a9856b7428259d1a99d (diff)
downloadbrdo-5b45a85ca7859e23b79cac3616e4cf5ad1b47f4c.tar.gz
brdo-5b45a85ca7859e23b79cac3616e4cf5ad1b47f4c.tar.bz2
Issue #749992 by jhodgdon: menu system / menu module distinction is not obvious to folks new to Drupal.
Diffstat (limited to 'includes/menu.inc')
-rw-r--r--includes/menu.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index a3121c739..f4241221d 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -13,7 +13,10 @@
* The Drupal menu system drives both the navigation system from a user
* perspective and the callback system that Drupal uses to respond to URLs
* passed from the browser. For this reason, a good understanding of the
- * menu system is fundamental to the creation of complex modules.
+ * menu system is fundamental to the creation of complex modules. As a note,
+ * this is related to, but separate from menu.module, which allows menus
+ * (which in this context are hierarchical lists of links) to be customized from
+ * the Drupal administrative interface.
*
* Drupal's menu system follows a simple hierarchy defined by paths.
* Implementations of hook_menu() define menu items and assign them to