diff options
Diffstat (limited to 'modules/search')
-rw-r--r-- | modules/search/search.info | 4 | ||||
-rw-r--r-- | modules/search/search.module | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/search/search.info b/modules/search/search.info new file mode 100644 index 000000000..96ea5e1a8 --- /dev/null +++ b/modules/search/search.info @@ -0,0 +1,4 @@ +; $Id$ +name = Search +description = Enables site-wide keyword searching. + diff --git a/modules/search/search.module b/modules/search/search.module index 074572c89..9df070d8d 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -107,8 +107,6 @@ function search_help($section) { ', array('@admin-help-system' => url('admin/help/system'), '@file-cron' => 'cron.php', '@external-http-drupal-org-node-23714' => 'http://drupal.org/node/23714', '@admin-settings-search' => url('admin/settings/search'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="@search">Search page</a>.', array('@search' => 'http://drupal.org/handbook/modules/search/')) .'</p>'; return $output; - case 'admin/settings/modules#description': - return t('Enables site-wide keyword searching.'); case 'admin/settings/search': return t(' <p>The search engine works by maintaining an index of the words in your site\'s content. You can adjust the settings below to tweak the indexing behaviour. Note that the search requires cron to be set up correctly.</p> |