summaryrefslogtreecommitdiff
path: root/includes/menu.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/menu.inc')
-rw-r--r--includes/menu.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 55bece1f3..3274fdea4 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -49,8 +49,8 @@ function menu_get_active_item() {
}
/**
-* Returns the title of the active menu item.
-*/
+ * Returns the title of the active menu item.
+ */
function menu_get_active_title() {
global $_list;
@@ -60,8 +60,8 @@ function menu_get_active_title() {
}
/**
-* Returns the help associated with the active menu item.
-*/
+ * Returns the help associated with the active menu item.
+ */
function menu_get_active_help() {
$path = $_GET["q"];
$output = "";