Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jan 2013 at 05:37 UTC
Updated:
29 Jul 2014 at 21:45 UTC
Jump to comment: Most recent
Comments
Comment #1
jenlamptonstatus.
Comment #2
thedavidmeister commentedAdditionally "this function is not themeable" so I think that adds weight to the argument that this theme function should be pulled from the theme system.
I couldn't find any extra calls to theme('update_page') or even just 'update_page', looks like @jenlampton cleaned everything up fine.
This patch is very simple and seems like a "no brainer" to help simplify things a bit so I'm going to mark it RTBC.
Importantly, the update.php page still worked for me and looked fine when it ran the new code instead of theme('maintenance_page');
Comment #3
alexpottA no brainer indeed... committed b36ca28 pushed to 8.x.
So where's the patch to get rid of theme_install_page? ;)
Comment #4
star-szrWoohoo, one less theme function!
@alexpott - the patch for that is at #1885714: Remove theme_install_page() but not ready to go yet, it would cause a regression related to mobile.install.js.