From c64db1da29a6b2067f09e66e5e85e8877b489cb0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 31 Aug 2006 20:22:37 +0000 Subject: - Patch #80952 by earl, webchick, neclimdul et al: .info files --- modules/node/node.info | 4 ++++ modules/node/node.module | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 modules/node/node.info (limited to 'modules/node') diff --git a/modules/node/node.info b/modules/node/node.info new file mode 100644 index 000000000..ccc22963e --- /dev/null +++ b/modules/node/node.info @@ -0,0 +1,4 @@ +; $Id$ +name = Node +description = Allows content to be submitted to the site and displayed on pages. + diff --git a/modules/node/node.module b/modules/node/node.module index 764125020..cd8aec031 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -33,8 +33,6 @@ function node_help($section) { ', array('@search' => url('search'), '@admin-settings-content-types' => url('admin/content/types'))); $output .= '

'. t('For more information please read the configuration and customization handbook Node page.', array('@node' => 'http://drupal.org/handbook/modules/node/')) .'

'; return $output; - case 'admin/settings/modules#description': - return t('Allows content to be submitted to the site and displayed on pages.'); case 'admin/content/search': return t('

Enter a simple pattern to search for a post. This can include the wildcard character *.
For example, a search for "br*" might return "bread bakers", "our daily bread" and "brenda".

'); case 'admin/content/types': -- cgit v1.2.3