diff options
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 83c840a41..6eb5063f0 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -34,9 +34,6 @@ function node_help($section) { return $output; case 'admin/modules#description': return t('Allows content to be submitted to the site and displayed on pages.'); - case 'admin/node/configure': - case 'admin/node/configure/settings': - return t('<p>Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.</p>'); case 'admin/node': return t('<p>Below is a list of all of the posts on your site. Other forms of content are listed elsewhere (e.g. <a href="%comments">comments</a>).</p><p>Clicking a title views the post, while clicking an author\'s name views their user information.</p>', array('%comments' => url('admin/comment'))); case 'admin/node/search': |