diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-08-31 15:53:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-08-31 15:53:37 +0000 |
commit | 8f22cd5a5c765a423684698ed224b12b334da05d (patch) | |
tree | 0e530a80e668f2bf9fd152ffa94f08dc5c7f18b8 | |
parent | a355254e331490b0186a23a599f6bea42770833d (diff) | |
download | brdo-8f22cd5a5c765a423684698ed224b12b334da05d.tar.gz brdo-8f22cd5a5c765a423684698ed224b12b334da05d.tar.bz2 |
- Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for menu_link_save().
-rw-r--r-- | includes/menu.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/menu.inc b/includes/menu.inc index 880aa3476..b5a64af25 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -1880,6 +1880,9 @@ function _menu_delete_item($item, $force = FALSE) { * - mlid Set to an existing value, or 0 or NULL to insert a new link. * - plid The mlid of the parent. * - router_path The path of the relevant router item. + * @return + * The mlid of the saved menu link, or FALSE if the menu link could not be + * saved. */ function menu_link_save(&$item) { $menu = menu_router_build(); |