summaryrefslogtreecommitdiff
path: root/modules/blog/blog.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/blog/blog.module')
-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 3dbe76083..d60c1fcaa 100644
--- a/modules/blog/blog.module
+++ b/modules/blog/blog.module
@@ -7,9 +7,9 @@
*/
/**
- * Implementation of hook_node().
+ * Implementation of hook_node_info().
*/
-function blog_node() {
+function blog_node_info() {
return array('blog' => array('name' => t('personal blog entry'), 'base' => 'blog'));
}