summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-17 02:49:56 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-17 02:49:56 +0000
commitfe1c55ed286a3f86d4730be63d8edac7a192f2e5 (patch)
tree312d7fcd09c837ff9e2f0a382831686c1bdb189d
parentc0a7d23069d6585f9bf1108657be058e453dd263 (diff)
downloadbrdo-fe1c55ed286a3f86d4730be63d8edac7a192f2e5.tar.gz
brdo-fe1c55ed286a3f86d4730be63d8edac7a192f2e5.tar.bz2
#404222 by cwgordon7: Fix comment above comment_link().
-rw-r--r--modules/comment/comment.module4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 71b3ea219..b4dcf9781 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -902,7 +902,9 @@ function comment_save($edit) {
}
}
-// An implementation of hook_link().
+/**
+ * Implementation of hook_link().
+ */
function comment_link($type, $object, $teaser) {
if ($type == 'comment') {
$links = comment_links($object, FALSE);