From 1ddcd75ff3e081e6f93f02731feccf8a1e3597f4 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 30 Oct 2010 04:13:38 +0000 Subject: - Patch #956320 by dstol: doc cleanup for menu_set_active_trail(). --- includes/menu.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'includes') diff --git a/includes/menu.inc b/includes/menu.inc index 3bfa7a971..3eccdec1f 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -2196,10 +2196,10 @@ function menu_set_active_item($path) { * 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 + * - 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 -- cgit v1.2.3