summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-07-16 02:54:09 +0000
committerDries Buytaert <dries@buytaert.net>2010-07-16 02:54:09 +0000
commit8cf0d590fb0230b1f0c781335ab5afdbf4b3075a (patch)
treea2f44aef85931fe5d9c0b81d607dadfed2042c81
parent1a0778d1f6af48288f451a4aa0c7cab04b4eb3ff (diff)
downloadbrdo-8cf0d590fb0230b1f0c781335ab5afdbf4b3075a.tar.gz
brdo-8cf0d590fb0230b1f0c781335ab5afdbf4b3075a.tar.bz2
- Patch #855378 by aspilicious: fix newlines in menu.inc.
-rw-r--r--includes/menu.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 9af697d4c..2b6738413 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -572,6 +572,7 @@ function _menu_load_objects(&$item, &$map) {
* A menu router or menu link item
* @param $map
* An array of path arguments (ex: array('node', '5'))
+ *
* @return
* $item['access'] becomes TRUE if the item is accessible, FALSE otherwise.
*/
@@ -2530,6 +2531,7 @@ function _menu_navigation_links_rebuild($menu) {
* (optional) The name of a menu that the links will be cloned for. If not
* set, the cloned links will be in the same menu as the original set of
* links that were passed in.
+ *
* @return
* An array of menu links with the same properties as the passed-in array,
* but with the link identifiers removed so that a new link will be created
@@ -2553,6 +2555,7 @@ function menu_links_clone($links, $menu_name = NULL) {
*
* @param $menu_name
* The name of the menu whose links should be returned.
+ *
* @return
* An array of menu links.
*/
@@ -2926,6 +2929,7 @@ function _menu_find_router_path($link_path) {
* @param $link_title
* Title of the link to insert or new title to update the link to.
* Unused for delete.
+ *
* @return
* The insert op returns the mlid of the new item. Others op return NULL.
*/