summaryrefslogtreecommitdiff
path: root/modules/menu
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 /modules/menu
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 'modules/menu')
-rw-r--r--modules/menu/menu.module8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index ec41c2f3e..3edf158df 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -2,7 +2,13 @@
/**
* @file
- * Allows administrators to customize the site navigation menu.
+ * Allows administrators to customize the site's navigation menus.
+ *
+ * A menu (in this context) is a hierarchical collection of links, generally
+ * used for navigation. This is not to be confused with the
+ * @link menu Menu system @endlink of menu.inc and hook_menu(), which defines
+ * page routing requests for Drupal, and also allows the defined page routing
+ * URLs to be added to the main site navigation menu.
*/
/**