summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/comment/comment.module3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index a688daa01..945c7e0bc 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -582,6 +582,9 @@ function theme_comment_block() {
if ($items) {
return theme('item_list', array('items' => $items));
}
+ else {
+ return t('No comments available.');
+ }
}
/**