From a8d2453b178fd2a29edb41a4a0e936bc08bb999a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 25 Sep 2007 11:49:37 +0000 Subject: #177654 by chx: admin/content has items with comment, feed, etc management, so a node admin permission should not be required to visit it --- modules/node/node.module | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 7ea3578a4..93e654753 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1273,17 +1273,6 @@ function _node_add_access() { * Implementation of hook_menu(). */ function node_menu() { - $items['admin/content'] = array( - 'title' => 'Content management', - 'description' => "Manage your site's content.", - 'position' => 'left', - 'weight' => -10, - 'page callback' => 'system_admin_menu_block_page', - 'access arguments' => array('administer nodes'), - 'file' => 'system.admin.inc', - 'file path' => drupal_get_path('module', 'system'), - ); - $items['admin/content/node'] = array( 'title' => 'Content', 'description' => "View, edit, and delete your site's content.", -- cgit v1.2.3