- Patch #297234 by heyrocker, asimmonds: improved doxygen documentation for menu_link_save().

merge-requests/26/head
Dries Buytaert 2008-08-31 15:53:37 +00:00
parent a355254e33
commit 8f22cd5a5c
1 changed files with 3 additions and 0 deletions

View File

@ -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();