diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-21 07:59:47 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-21 07:59:47 +0000 |
commit | 1595422929508774df50baa6065ceb27cd3f6bd1 (patch) | |
tree | 3d5d9d746cb210d3a5bc982f86fc717fef28fe7d /modules/node | |
parent | 716293e0fbf1155b8e78c4bd2762c98275b8e6cb (diff) | |
download | brdo-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')
-rw-r--r-- | modules/node/node.module | 1 |
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'), |