[wp-trac] [WordPress Trac] #27443: Script loader password strength localization
WordPress Trac
noreply at wordpress.org
Tue Mar 18 16:32:36 UTC 2014
#27443: Script loader password strength localization
----------------------------+-----------------------------
Reporter: niladam | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Script Loader | Version: 3.8.1
Severity: normal | Keywords:
Focuses: administration |
----------------------------+-----------------------------
Script loader password strength meter medium uses _x instead of __
Line: 325 reads:
{{{
'good' => _x('Medium', 'password strength'),
}}}
In order for me to translate the text without a text-domain i modified it
to:
{{{
'good' => __('Medium', 'password strength'),
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27443>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list