Commit 5f86b7cb authored by Mike Herchel's avatar Mike Herchel Committed by Mike Herchel
Browse files

Issue #3174101 by mherchel: The comment on olivero_preprocess_menu_local_tasks...

Issue #3174101 by mherchel: The comment on olivero_preprocess_menu_local_tasks no longer seems relevant
parent 9dbfb9cd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -204,10 +204,6 @@ function olivero_theme_suggestions_block_alter(&$suggestions, array $variables)

/**
 * Implements hook_preprocess_HOOK() for menu-local-tasks templates.
 *
 * Use preprocess hook to set #attached to child elements
 * because they will be processed by Twig and drupal_render will
 * be invoked.
 */
function olivero_preprocess_menu_local_tasks(&$variables) {
  foreach (Element::children($variables['primary']) as $key) {