diff options
-rw-r--r-- | includes/module.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/module.inc b/includes/module.inc index ec0f83a6b..049687b2f 100644 --- a/includes/module.inc +++ b/includes/module.inc @@ -505,6 +505,8 @@ function module_disable($module_list, $disable_dependents = TRUE) { * the module name in the hook definitions. For example, if the module file is * called example.module, then hook_help() as implemented by that module would * be defined as example_help(). + * + * See also @link themeable the themeable group page. @endlink */ /** |