From 1595422929508774df50baa6065ceb27cd3f6bd1 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 21 Aug 2009 07:59:47 +0000 Subject: =?UTF-8?q?#551080=20by=20G=C3=A1bor=20Hojtsy:=20List=20non-contai?= =?UTF-8?q?ner=20items=20(stuff=20in=20the=20toolbar)=20on=20/admin=20for?= =?UTF-8?q?=20a=20complete=20overview.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/node/node.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 1320a9d05..18711dbdd 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1691,6 +1691,7 @@ function _node_add_access() { function node_menu() { $items['admin/content'] = array( 'title' => 'Content', + 'description' => 'Find and manage content and comments.', 'page callback' => 'drupal_get_form', 'page arguments' => array('node_admin_content'), 'access arguments' => array('administer nodes'), -- cgit v1.2.3