Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#35671 closed defect (bug) (fixed)

Avoid using HTML tags in translation strings (wp-admin/import.php)

Reported by: ramiy's profile ramiy Owned by: sergeybiryukov's profile SergeyBiryukov
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)

35671.patch (894 bytes) - added by ramiy 8 years ago.

Download all attachments as: .zip

Change History (7)

@ramiy
8 years ago

#1 @ramiy
8 years ago

  • Keywords has-patch added

#2 @ramiy
8 years ago

#35744 was marked as a duplicate.

#3 @ramiy
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

#5 @SergeyBiryukov
8 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 36653:

I18N: Remove <strong> tag from translatable string in wp-admin/import.php.

Add translator comment.

Props ramiy.
Fixes #35671.

#6 @SergeyBiryukov
8 years ago

  • Milestone changed from Awaiting Review to 4.5
Note: See TracTickets for help on using tickets.