diff options
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r-- | modules/blog/blog.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/blog/blog.module b/modules/blog/blog.module index d876502a7..3bf271881 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -254,8 +254,6 @@ function blog_menu($may_cache) { $items = array(); if ($may_cache) { - $items[] = array('path' => 'node/add/blog', 'title' => t('Blog entry'), - 'access' => user_access('edit own blog')); $items[] = array('path' => 'blog', 'title' => t('Blogs'), 'callback' => 'blog_page', 'access' => user_access('access content'), |