[wp-trac] [WordPress Trac] #22584: Typo: Missing blank
WordPress Trac
noreply at wordpress.org
Sun Nov 25 18:04:00 UTC 2012
#22584: Typo: Missing blank
-----------------------------+--------------------------
Reporter: pixolin | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: General
Version: trunk | Severity: trivial
Keywords: |
-----------------------------+--------------------------
After running an update I receive the message "… updated successfully.
Show DetailsHide Details." with a missing blank in "DetailsHide".
http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/class-wp-
upgrader.php#L1236
is
{{{
$this->upgrader->strings['skin_update_successful'] = __('%1$s updated
successfully.').' <a onclick="%2$s" href="#" class="hide-if-no-
js"><span>'.__('Show Details').'</span><span class="hidden">'.__('Hide
Details').'</span>.</a>';
}}}
but should be
{{{
$this->upgrader->strings['skin_update_successful'] = __('%1$s updated
successfully.').' <a onclick="%2$s" href="#" class="hide-if-no-
js"><span>'.__('Show Details').'</span> <span class="hidden">'.__('Hide
Details').'</span>.</a>';
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22584>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list