diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-31 20:22:37 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-31 20:22:37 +0000 |
commit | c64db1da29a6b2067f09e66e5e85e8877b489cb0 (patch) | |
tree | d4f837bbb16e60d4fdd30a5974fd3aca066527e3 /modules/node | |
parent | cdd120ed20922a3130f108ff60b47a4f2130c44d (diff) | |
download | brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.gz brdo-c64db1da29a6b2067f09e66e5e85e8877b489cb0.tar.bz2 |
- Patch #80952 by earl, webchick, neclimdul et al: .info files
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/node.info | 4 | ||||
-rw-r--r-- | modules/node/node.module | 2 |
2 files changed, 4 insertions, 2 deletions
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 .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@node">Node page</a>.', array('@node' => 'http://drupal.org/handbook/modules/node/')) .'</p>'; 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('<p>Enter a simple pattern to search for a post. This can include the wildcard character *.<br />For example, a search for "br*" might return "bread bakers", "our daily bread" and "brenda".</p>'); case 'admin/content/types': |