[wp-trac] [WordPress Trac] #28947: Updating translations... Footer out of place.
WordPress Trac
noreply at wordpress.org
Mon Jul 28 07:14:18 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: has-patch reporter-feedback | Focuses:
-----------------------------------------+------------------
Changes (by michalzuber):
* keywords: needs-patch => has-patch reporter-feedback
Comment:
Thanks ocean90 ;)
Attached
[https://core.trac.wordpress.org/attachment/ticket/28947/28947.diff
28947.diff] removes the footer that outputs a {{{</div>}}}
{{{Language_Pack_Upgrader_Skin}}} class is used only in the updater.
{{{
mike at mike:~/Sites/wordpress-git$ grep -r Language_Pack_Upgrader_Skin src
src/wp-admin/includes/class-wp-upgrader-skins.php:class
Language_Pack_Upgrader_Skin extends
WP_Upgrader_Skin {
src/wp-admin/includes/class-wp-upgrader.php: $skin = new
Language_Pack_Upgrader_Skin(
array(src/wp-admin/update-core.php: $upgrader = new
Language_Pack_Upgrader(
new Language_Pack_Upgrader_Skin( compact( 'url', 'nonce', 'title',
'context' ) ) );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28947#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list