summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-06 11:30:19 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-06 11:30:19 +0000
commit11067d384d4120ff515b5f0066cd93923cdd6107 (patch)
tree45aeff31def3f1aa6fd00690fe9544a6db51e77d
parent690804580ed54987f8c698621b7c4ad836cb64d5 (diff)
downloadbrdo-11067d384d4120ff515b5f0066cd93923cdd6107.tar.gz
brdo-11067d384d4120ff515b5f0066cd93923cdd6107.tar.bz2
- Patch #271515 by JamesAn: corrected PHPdoc.
-rw-r--r--modules/system/system.api.php3
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.