From c8a456493a134552672c0141d398121f5c22d450 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 21 May 2009 18:39:49 +0000 Subject: - Patch #469134 by Bohjan: removed some redundant help. --- modules/node/node.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/node/node.module') 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 '

' . 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.') . '

'; case 'admin/build/types/add': return '

' . 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.') . '

'; case 'node/%/revisions': -- cgit v1.2.3