From 58752cfaa2b182c53e26ee42983ff41d59597b4c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Jul 2006 19:27:52 +0000 Subject: - Patch #72284 by me: + reorganized ?q=admin/settings + deprecated the _settings hook --- modules/node/node.module | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/node/node.module') 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('

Settings for the core of Drupal. Almost everything is a node so these settings will affect most of the site.

'); case 'admin/node': return t('

Below is a list of all of the posts on your site. Other forms of content are listed elsewhere (e.g. comments).

Clicking a title views the post, while clicking an author\'s name views their user information.

', array('%comments' => url('admin/comment'))); case 'admin/node/search': -- cgit v1.2.3