diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-17 11:39:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-17 11:39:15 +0000 |
commit | 1d9df22742c3110e1322829c285dcfa6a4a603d3 (patch) | |
tree | 8e66728ece0f73f8ed5653da8d4f107174cbde66 /includes | |
parent | 4278afa16bb46819975f95fe91021edcb852ca47 (diff) | |
download | brdo-1d9df22742c3110e1322829c285dcfa6a4a603d3.tar.gz brdo-1d9df22742c3110e1322829c285dcfa6a4a603d3.tar.bz2 |
- Patch #473268 by sun: documentation improvements for edit in place.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/menu.inc | 4 |
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() * |