summaryrefslogtreecommitdiff
path: root/modules/blog
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/blog
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/blog')
-rw-r--r--modules/blog/blog.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module
index 735678832..f79634f29 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -150,9 +150,9 @@ function _blog_post_exists($account) {
}
/**
- * Implement hook_block_list().
+ * Implement hook_block_info().
*/
-function blog_block_list() {
+function blog_block_info() {
$block['recent']['info'] = t('Recent blog posts');
return $block;
}