summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/menu.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/menu.inc b/includes/menu.inc
index 8371980aa..7a6787c5f 100644
--- a/includes/menu.inc
+++ b/includes/menu.inc
@@ -1782,8 +1782,8 @@ function menu_local_tasks($level = 0) {
* Retrieve contextual links for a system object based on registered local tasks.
*
* This leverages the menu system to retrieve the first layer of registered
- * local tasks for a given system path. All local tasks of the tab type 'task'
- * or 'context' are taken into account.
+ * local tasks for a given system path. All local tasks of the tab type
+ * MENU_CONTEXT_INLINE are taken into account.
*
* @see hook_menu()
*