From fe1c55ed286a3f86d4730be63d8edac7a192f2e5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 17 Mar 2009 02:49:56 +0000 Subject: #404222 by cwgordon7: Fix comment above comment_link(). --- modules/comment/comment.module | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules') 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); -- cgit v1.2.3