diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index e336b90e1..883f8036a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -278,9 +278,9 @@ function comment_permission() { } /** - * Implement hook_block_list(). + * Implement hook_block_info(). */ -function comment_block_list() { +function comment_block_info() { $blocks['recent']['info'] = t('Recent comments'); return $blocks; |