#31860 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-admin/includes/class-wp-upgrader-skins.php)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Attachments (1)
Change History (11)
This ticket was mentioned in Slack in #polyglots by ramiy. View the logs.
10 years ago
#4
@
10 years ago
- Milestone changed from Awaiting Review to 4.4
- Owner set to SergeyBiryukov
- Status changed from new to assigned
#6
@
10 years ago
@wonderboymusic no translator string needed in this patch.
Those are __()
strings, not sprintf()
.
They are added using the add_strings()
method, and echoed in other places - see after()
method.
Seems like each sprintf()
has it's own parameters passed to those strings.
What I'm trying to say, this patch can be committed as it is.
Note: See
TracTickets for help on using
tickets.
needs a translator string