The $closure was replaced by $page_bottom, see http://drupal.org/node/254940#closure
However in the function template_preprocess_maintenance_page() it is still being assigned:
$variables['closure'] = '';
This is confusing as it's not mentioned anywhere else in the code. Patch removes it.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | remove_closure-1227426-0.patch | 606 bytes | Mark Theunissen |
Comments
Comment #1
Mark Theunissen commentedComment #2
damien tournoud commentedComment #3
webchickOops. :P
Committed and pushed to 8.x and 7.x. Thanks!