summaryrefslogtreecommitdiff
path: root/modules/menu
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-06-21 23:39:52 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-06-21 23:39:52 -0700
commitd61100e815e85266f45217b872507040d8c5acfa (patch)
treed4e4049379376f39a5a0f3f07d7c12b7d1826838 /modules/menu
parentc81ca5845a17281162a947a6d84c2d4911285ea5 (diff)
downloadbrdo-d61100e815e85266f45217b872507040d8c5acfa.tar.gz
brdo-d61100e815e85266f45217b872507040d8c5acfa.tar.bz2
Issue #993134 by lyricnz, adam.hammouda: Fixed menu_save() needs to document the form of the menu name.
Diffstat (limited to 'modules/menu')
-rw-r--r--modules/menu/menu.module3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module
index fc8f68a6c..254079700 100644
--- a/modules/menu/menu.module
+++ b/modules/menu/menu.module
@@ -246,7 +246,8 @@ function menu_load_all() {
*
* @param $menu
* An array representing a custom menu:
- * - menu_name: The unique name of the custom menu.
+ * - menu_name: The unique name of the custom menu (composed of lowercase
+ * letters, numbers, and hyphens).
* - title: The human readable menu title.
* - description: The custom menu description.
*