diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system.api.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 808529c9a..823bbfdc9 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -454,7 +454,8 @@ function hook_link($type, $object, $teaser = FALSE) { /** * Perform alterations before links on a comment are rendered. One popular use of - * this hook is to add/delete links from other modules. + * this hook is to modify/remove links from other modules. If you want to add a link + * to the links section of a node, use hook_link instead. * * @param $links * Nested array of links for the node keyed by providing module. |