#736530 by ldpm: Link hooks group/topic page to the themeable group page.

merge-requests/26/head
Angie Byron 2010-04-20 18:50:36 +00:00
parent 7fe1ece946
commit a25fafc597
1 changed files with 2 additions and 0 deletions

View File

@ -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
*/
/**