summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module11
1 files changed, 0 insertions, 11 deletions
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.",