diff --git a/core/themes/bartik/bartik.theme b/core/themes/bartik/bartik.theme index caf6126..4f83a9e 100644 --- a/core/themes/bartik/bartik.theme +++ b/core/themes/bartik/bartik.theme @@ -103,17 +103,6 @@ function bartik_preprocess_block(&$variables) { } /** - * Implements hook_preprocess_HOOK() for comment.html.twig. - */ -function bartik_preprocess_comment(&$variables) { - if (isset($variables['content']['links'])) { - // Add NAV wrapper tag for comment links. - $variables['content']['links']['#prefix'] = ''; - } -} - -/** * Implements hook_preprocess_HOOK() for menu.html.twig. */ function bartik_preprocess_menu(&$variables) {