#35671 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (wp-admin/import.php)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
Move the <strong>
tags out of the translation string.
See the attached patch.
Attachments (1)
Change History (7)
#3
@
8 years ago
Old string:
The <strong>%s</strong> importer is invalid or is not installed.
New string:
The %s importer is invalid or is not installed.
This ticket was mentioned in Slack in #core-i18n by ramiy. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
#35744 was marked as a duplicate.