From 5679074858186e09defac5c303e41512b98d0722 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Sep 2009 15:26:46 +0000 Subject: =?UTF-8?q?-=20Patch=20#550718=20by=20alexanderpas,=20G=C3=A1bor?= =?UTF-8?q?=20Hojtsy=20|=20Dries,=20webchick,=20ugerhard:=20tabs=20on=20ad?= =?UTF-8?q?min=20pages=20are=20not=20accessible=20from=20overviews=20and?= =?UTF-8?q?=20menus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/node/node.module | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index ed203d7b1..773e97ee5 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1573,7 +1573,7 @@ function _node_add_access() { function node_menu() { $items['admin/content'] = array( 'title' => 'Content', - 'description' => 'Find and manage content and comments.', + 'description' => 'Find and manage content.', 'page callback' => 'drupal_get_form', 'page arguments' => array('node_admin_content'), 'access arguments' => array('administer nodes'), @@ -1582,6 +1582,7 @@ function node_menu() { ); $items['admin/content/node'] = array( 'title' => 'Content', + 'description' => "View, edit, and delete your site's content.", 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10, ); -- cgit v1.2.3