From 0597c9e48a895603f97632741231946cf6ba24e3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 29 Aug 2009 05:46:04 +0000 Subject: - Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API. --- modules/comment/comment.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/comment/comment.module') 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; -- cgit v1.2.3