summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-08-29 05:46:04 +0000
committerDries Buytaert <dries@buytaert.net>2009-08-29 05:46:04 +0000
commit0597c9e48a895603f97632741231946cf6ba24e3 (patch)
tree87e1164ba6d20647b986351c662ad4df6d529500 /modules/comment/comment.module
parentfb0275fa6a7d67f80bb865deb25f66707082eb34 (diff)
downloadbrdo-0597c9e48a895603f97632741231946cf6ba24e3.tar.gz
brdo-0597c9e48a895603f97632741231946cf6ba24e3.tar.bz2
- Patch #560746 by dropcube: rename hook_block_list() to hook_block_info() for consistency in the API.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module4
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;