diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 82537ee4b..9baf10ce9 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -301,7 +301,7 @@ function comment_links($comment, $return = 1) { global $user, $theme; $links = array(); - + /* ** If we are viewing just this comment, we link back to the node */ |