@nacin, in http://core.trac.wordpress.org/browser/trunk/wp-includes/class-wp-customize.php#L640, I see a
<label>%s %s</label>
string for translation, but can’t figure out why a) the html tags are in there (some people *will* translate them and break it) and b) the two %s. Either a comment is needed or that line is wrong.
Xavier 8:54 am on March 9, 2012 Permalink |
Well spotted, Zé.
Andrew Nacin 6:19 pm on March 16, 2012 Permalink |
Will investigate. We may need to tweak how customize labels work.
Andrew Nacin 4:26 pm on March 19, 2012 Permalink |
Fixed in trunk. The string is gone. http://core.trac.wordpress.org/changeset/20210