diff --git a/core/modules/help/help.module b/core/modules/help/help.module index a8447cc..63eb604 100644 --- a/core/modules/help/help.module +++ b/core/modules/help/help.module @@ -35,8 +35,6 @@ function help_help($route_name, Request $request) { $output .= '
'; $output .= '
' . t('Providing a help reference') . '
'; $output .= '
' . t('The Help module displays explanations for using each module listed on the main Help reference page.', array('!help' => \Drupal::url('help.main'))) . '
'; - $output .= '
' . t('Providing context-sensitive help') . '
'; - $output .= '
' . t('The Help module displays context-sensitive advice and explanations on various pages.') . '
'; $output .= '
'; return $output; }