From e1812b3353b6fe735e9a0dacf7e48b6eeb71d4cd Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 12 Jan 2010 06:09:04 +0000 Subject: #678628 follow-up by jhodgdon: Remove buggy and incorrect 'More Help' functionality from Help module. --- modules/node/node.module | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index e6c176c6a..d4f77f14b 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -98,10 +98,6 @@ function node_help($path, $arg) { $output .= ''; return $output; - case 'admin/content': - // Return a non-null value so that the 'more help' link is shown. - return ' '; - case 'admin/structure/types/add': return '

' . t('Individual content types can have different fields, behaviors, and permissions assigned to them.') . '

'; -- cgit v1.2.3