[wp-trac] [WordPress Trac] #25520: WP_Upgrader_Skin, error function should close div by calling footer
WordPress Trac
noreply at wordpress.org
Mon Oct 7 14:01:40 UTC 2013
#25520: WP_Upgrader_Skin, error function should close div by calling footer
-----------------------------+-----------------------------
Reporter: aslam.sayyed | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 3.5.1
Severity: normal | Keywords:
-----------------------------+-----------------------------
this generate invalid html markup document, in some case page layout
getting disturbed.
{{{
function error($errors) {
if ( ! $this->done_header )
$this->header();
....
// need fix something like this
if ( ! $this->done_header )
$this->footer();
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25520>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list