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.

CommentFileSizeAuthor
#1 remove_closure-1227426-0.patch606 bytesMark Theunissen

Comments

Mark Theunissen’s picture

StatusFileSize
new606 bytes
damien tournoud’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: +Needs backport to D7
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Oops. :P

Committed and pushed to 8.x and 7.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.