From f9501a498fd79ebd708c83e332b15a956a683d1c Mon Sep 17 00:00:00 2001
From: Adam Moore <redndahead@gmail.com>
Date: Wed, 11 Dec 2013 12:52:17 -0800
Subject: [PATCH] Issue #1700126 by vaibhavjain | Tengu: Wrong documentation
 for theme hook.

---
 advanced_help.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/advanced_help.module b/advanced_help.module
index fda2339..3bb3a17 100644
--- a/advanced_help.module
+++ b/advanced_help.module
@@ -24,7 +24,7 @@
  * id. Links may be embedded as in the following example:
  *
  * @code
- * $output .= theme('advanced_help_topic', $module, $topic);
+ * $output .= theme('advanced_help_topic', array('module' => $module, 'topic' => $topic));
  * @endcode
  *
  * Link to other topics using <a href="topic:module/topic">. (Using
-- 
GitLab