diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-21 18:39:49 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-21 18:39:49 +0000 |
commit | c8a456493a134552672c0141d398121f5c22d450 (patch) | |
tree | 6b7ac08c77dd51ab04835354d6eb5b230dd03ef3 /modules/node/node.module | |
parent | 4ddd7588e1eea37693aa333e0faf958bf4288bf7 (diff) | |
download | brdo-c8a456493a134552672c0141d398121f5c22d450.tar.gz brdo-c8a456493a134552672c0141d398121f5c22d450.tar.bz2 |
- Patch #469134 by Bohjan: removed some redundant help.
Diffstat (limited to 'modules/node/node.module')
-rw-r--r-- | modules/node/node.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/node/node.module b/modules/node/node.module index 8fb23c6a4..1b61ed2fb 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -72,8 +72,6 @@ function node_help($path, $arg) { return $output; case 'admin/content/node': return ' '; // Return a non-null value so that the 'more help' link is shown. - case 'admin/build/types': - return '<p>' . t('Below is a list of all the content types on your site. All posts that exist on your site are instances of one of these content types.') . '</p>'; case 'admin/build/types/add': return '<p>' . t('To create a new content type, enter the human-readable name, the machine-readable name, and all other relevant fields that are on this page. Once created, users of your site will be able to create posts that are instances of this content type.') . '</p>'; case 'node/%/revisions': |