Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu system
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Jul 2014 at 20:35 UTC
Updated:
29 Sep 2014 at 10:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lanchez commentedThis was suggested to be done in another issue. I created a patch here https://www.drupal.org/node/2285493#comment-9102829 so let's see what happens.
Comment #2
lauriii#2285493: Remove deprecated 'class' property from #theme 'links' and #theme 'menu_tree' heading arrays
Comment #3
lauriiiI was wrong. This one wasn't duplicate for #2285493: Remove deprecated 'class' property from #theme 'links' and #theme 'menu_tree' heading arrays.
Comment #4
lauriiiComment #5
ilkkave commentedComment #6
joelpittetThanks you @ilkkave.
I double checked through core and we aren't using ['header']['class'] anywhere.(in various iterations of that combo).
I think this needs a small change record, but I'll let a core committer be the judge on that one.
Comment #7
alexpottI don't think the removal of this requires a CR - too minor a change.
Committed 34cce8d and pushed to 8.0.x. Thanks!