diff --git a/core/modules/ban/ban.module b/core/modules/ban/ban.module old mode 100644 new mode 100755 index ffddbfa..a703a75 --- a/core/modules/ban/ban.module +++ b/core/modules/ban/ban.module @@ -13,7 +13,7 @@ function ban_help($path, $arg) { case 'admin/help#ban': $output = ''; $output .= '

' . t('About') . '

'; - $output .= '

' . t('The Ban module allows administrators to ban visits to their site from individual IP addresses.') . '

'; + $output .= '

' . t('The Ban module allows administrators to ban visits to their site from individual IP addresses. For more information, see the online documentation for the Ban module.', array('@url' => 'https://drupal.org/documentation/modules/ban')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Banning IP addresses') . '
';