Skip to content
Snippets Groups Projects
Commit f9501a49 authored by Adam Moore's avatar Adam Moore
Browse files

Issue #1700126 by vaibhavjain | Tengu: Wrong documentation for theme hook.

parent 1401c376
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* id. Links may be embedded as in the following example: * id. Links may be embedded as in the following example:
* *
* @code * @code
* $output .= theme('advanced_help_topic', $module, $topic); * $output .= theme('advanced_help_topic', array('module' => $module, 'topic' => $topic));
* @endcode * @endcode
* *
* Link to other topics using <a href="topic:module/topic">. (Using * Link to other topics using <a href="topic:module/topic">. (Using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment