From bff6783e980edf0ae4877c8c4c64517ac54af4cd Mon Sep 17 00:00:00 2001
From: Scott Reeves <Cottser@1167326.no-reply.drupal.org>
Date: Tue, 8 Aug 2017 16:54:31 -0400
Subject: [PATCH] Issue #2900247 by andypost, thejacer87: Hook
 seven_preprocess_menu_local_tasks is preprocess, not pre_render

---
 core/themes/seven/seven.theme | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/themes/seven/seven.theme b/core/themes/seven/seven.theme
index 1559d0c03c23..2ad947c80b86 100644
--- a/core/themes/seven/seven.theme
+++ b/core/themes/seven/seven.theme
@@ -23,7 +23,7 @@ function seven_preprocess_html(&$variables) {
 }
 
 /**
- * Implements hook_pre_render_HOOK() for menu-local-tasks templates.
+ * 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
-- 
GitLab