diff --git a/core/modules/ban/ban.module b/core/modules/ban/ban.module index ffb4438..f45438a 100644 --- a/core/modules/ban/ban.module +++ b/core/modules/ban/ban.module @@ -17,7 +17,7 @@ function ban_help($path, $arg) { $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Banning IP addresses') . '
'; - $output .= '
' . t('Administrators can enter IP addresses to ban on the IP address bans page.', array('@bans' => url('admin/config/people/ban'))) . '
'; + $output .= '
' . t('Administrators can enter IP addresses to ban on the IP address bans page.', array('!bans' => \Drupal::url('ban.admin_page'))) . '
'; $output .= '
'; return $output;