diff --git a/modules/poll.module b/modules/poll.module index 2d6c90750bc..6788900fba1 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -18,9 +18,9 @@ function poll_help($section) { $output .= t('
You can
'. t('For more information please read the configuration and customization handbook Poll page.', array('%poll' => 'http://drupal.org/handbook/modules/poll/')) .'
'; return $output; case 'admin/modules#description': diff --git a/modules/poll/poll.module b/modules/poll/poll.module index 2d6c90750bc..6788900fba1 100644 --- a/modules/poll/poll.module +++ b/modules/poll/poll.module @@ -18,9 +18,9 @@ function poll_help($section) { $output .= t('You can
'. t('For more information please read the configuration and customization handbook Poll page.', array('%poll' => 'http://drupal.org/handbook/modules/poll/')) .'
'; return $output; case 'admin/modules#description':