diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-06 11:30:19 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-06 11:30:19 +0000 |
commit | 11067d384d4120ff515b5f0066cd93923cdd6107 (patch) | |
tree | 45aeff31def3f1aa6fd00690fe9544a6db51e77d /modules | |
parent | 690804580ed54987f8c698621b7c4ad836cb64d5 (diff) | |
download | brdo-11067d384d4120ff515b5f0066cd93923cdd6107.tar.gz brdo-11067d384d4120ff515b5f0066cd93923cdd6107.tar.bz2 |
- Patch #271515 by JamesAn: corrected PHPdoc.
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. |