Index: includes/menu.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/menu.inc,v retrieving revision 1.255.2.35 diff -u -p -r1.255.2.35 menu.inc --- includes/menu.inc 6 Sep 2010 11:01:29 -0000 1.255.2.35 +++ includes/menu.inc 28 Oct 2010 22:50:25 -0000 @@ -1509,15 +1509,16 @@ function menu_set_active_item($path) { * @param $new_trail * Menu trail to set, or NULL to use previously-set or calculated trail. If * supplying a trail, use the same format as the return value (see below). + * * @return * Path to menu root of the current page, as an array of menu link items, * starting with the site's home page. Each link item is an associative array * with the following components: - * - 'title': Title of the item. - * - 'href': Drupal path of the item. - * - 'localized_options': Options for passing into the l() function. - * - 'type': A menu type constant, such as MENU_DEFAULT_LOCAL_TASK, or 0 to - * indicate it's not really in the menu (used for the home page item). + * - title: Title of the item. + * - href: Drupal path of the item. + * - localized_options: Options for passing into the l() function. + * - type: A menu type constant, such as MENU_DEFAULT_LOCAL_TASK, or 0 to + * indicate it's not really in the menu (used for the home page item). * If $new_trail is supplied, the value is saved in a static variable and * returned. If $new_trail is not supplied, and there is a saved value from * a previous call, the saved value is returned. If $new_trail is not supplied