diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-07-10 19:27:52 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-07-10 19:27:52 +0000 |
commit | 58752cfaa2b182c53e26ee42983ff41d59597b4c (patch) | |
tree | 35fc59938cda1bcfc4866989d5fcc5254d77ec89 /modules/node/node.module | |
parent | c45ca20d0ff7448f8edac7ca46becc0c8ea8ee03 (diff) | |
download | brdo-58752cfaa2b182c53e26ee42983ff41d59597b4c.tar.gz brdo-58752cfaa2b182c53e26ee42983ff41d59597b4c.tar.bz2 |
- Patch #72284 by me:
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
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': |