diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/blog.module | 4 |
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; } |