summaryrefslogtreecommitdiff
path: root/modules/node/node.module
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-21 07:59:47 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-21 07:59:47 +0000
commit1595422929508774df50baa6065ceb27cd3f6bd1 (patch)
tree3d5d9d746cb210d3a5bc982f86fc717fef28fe7d /modules/node/node.module
parent716293e0fbf1155b8e78c4bd2762c98275b8e6cb (diff)
downloadbrdo-1595422929508774df50baa6065ceb27cd3f6bd1.tar.gz
brdo-1595422929508774df50baa6065ceb27cd3f6bd1.tar.bz2
#551080 by Gábor Hojtsy: List non-container items (stuff in the toolbar) on /admin for a complete overview.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r--modules/node/node.module1
1 files changed, 1 insertions, 0 deletions
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'),