Actions
Bug #3780
closedwp-login.php template styling
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2015-02-02
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
Whenever we upgrade WordPress to the latest version, we have to manually reapply a fix so the login template looks alright on the main Commons site.
What we've been doing in the past is adding a call to get_header()
directly in wp-login.php
. While this works, the HTML markup is invalid and creates duplicate <html>
and <body>
tags. The login template also does not look right on certain sub-sites. For example, those using the Twenty Twelve theme will notice some irregularities.
I'd like to try and streamline this a bit by using object buffering and some custom CSS fixes.
Files
Related issues
Actions