diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/comment/comment.module | 4 |
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); |