From 77c643ec172dda65a631b67b448e56e4cfa47b7c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 27 Jun 2009 10:13:28 +0000 Subject: - Patch #501466 by catch: move comment administration to a tab. --- modules/node/node.module | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 56b4dba04..8143b70bc 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1648,16 +1648,15 @@ function _node_add_access() { * Implement hook_menu(). */ function node_menu() { - $items['admin/content/node'] = array( + $items['admin/content/content'] = array( 'title' => 'Content', 'description' => "View, edit, and delete your site's content.", 'page callback' => 'drupal_get_form', 'page arguments' => array('node_admin_content'), 'access arguments' => array('administer nodes'), ); - - $items['admin/content/node/overview'] = array( - 'title' => 'List', + $items['admin/content/content/node'] = array( + 'title' => 'Content', 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10, ); -- cgit v1.2.3