From 11067d384d4120ff515b5f0066cd93923cdd6107 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 6 May 2009 11:30:19 +0000 Subject: - Patch #271515 by JamesAn: corrected PHPdoc. --- modules/system/system.api.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/system') 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. -- cgit v1.2.3