[wp-trac] [WordPress Trac] #28947: Updating translations... Footer out of place.
WordPress Trac
noreply at wordpress.org
Sun Jul 27 21:39:53 UTC 2014
#28947: Updating translations... Footer out of place.
-----------------------------+------------------
Reporter: avryl | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.0
Component: Upgrade/Install | Version:
Severity: normal | Resolution:
Keywords: needs-patch | Focuses:
-----------------------------+------------------
Comment (by ocean90):
Looking at the source code and there seems to be one closing div too much:
{{{#!txt lineno marks=19
<div class="wrap">
<h2>Update Translations</h2>
<div class="update-messages lp-show-latest">
<h4>Updating translations for Twenty Twelve
(cs_CZ)…</h4>
<p>Downloading translation from <span
class="code">https://global.wordpress.org/builds/themes/twentytwelve/1.2/cs_CZ.zip</span>…</p>
<p>Unpacking the update…</p>
<p>Installing the latest version…</p>
<p>Translation updated successfully.</p>
</div>
<script type="text/javascript">
(function( wp ) {
if ( wp && wp.updates.decrementCount ) {
wp.updates.decrementCount( "translation"
);
}
})( window.wp );
</script>
<p><a href="http://build.wp.dev/wp-admin/update-core.php"
title="Go to WordPress Updates page" target="_parent">Return to WordPress
Updates</a></p>
</div>
</div>
<div class="clear"></div></div><!-- wpbody-content -->
<div class="clear"></div></div><!-- wpbody -->
<div class="clear"></div></div><!-- wpcontent -->
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28947#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list