This is partially my fault in #2042285: #theme_wrappers should be able to have a unique set of variables per wrapper hook we broke #theme_wrappers that use array('hook') syntax.
Eg:
$foo = array(
'#theme_wrappers' => array(array('foo')),
);
No longer works as drupal_render() now assumes that array values = attribute overrides.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2068217-1-test-only.patch | 958 bytes | thedavidmeister |
| #1 | 2068217-1.patch | 1.53 KB | thedavidmeister |
Comments
Comment #1
thedavidmeister commentedtest + fix.
Comment #2
thedavidmeister commentedComment #3
jibranNice catch.
Comment #4
catchCommitted/pushed to 8.x, thanks!