diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-17 04:55:13 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-17 04:55:13 +0000 |
commit | 1c0e1c39ec1afc4ffd42542ffcd5f303e17b5a00 (patch) | |
tree | 6c3f3b3c1867e2c40800514dc2ef22673ac39c8d /modules/node/node.module | |
parent | e3b019f4809f5940446e4eb1a113f9dc0531884e (diff) | |
download | brdo-1c0e1c39ec1afc4ffd42542ffcd5f303e17b5a00.tar.gz brdo-1c0e1c39ec1afc4ffd42542ffcd5f303e17b5a00.tar.bz2 |
#189406 by catch: Add comment settings to the list of stuff you can configure per node type.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 8b966dd78..f5951d3d3 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1515,7 +1515,7 @@ function node_menu() { $items['admin/build/types'] = array( 'title' => 'Content types', - 'description' => 'Manage posts by content type, including default status, front page promotion, etc.', + 'description' => 'Manage posts by content type, including default status, front page promotion, comment settings, etc.', 'page callback' => 'node_overview_types', 'access arguments' => array('administer content types'), ); |