Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#35988 closed defect (bug) (fixed)

Avoid using HTML tags in translation strings (wp-admin/network/themes.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: administration Cc:

Description

Move the <strong> and <em> HTML tags out of the translation strings.

Old string:

  • <strong>%1$s</strong> by <em>%2$s</em>

New string:

  • %1$s by %2$s

Attachments (1)

35988.patch (792 bytes) - added by ramiy 9 years ago.

Download all attachments as: .zip

Change History (4)

@ramiy
9 years ago

#1 @ramiy
9 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
9 years ago

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

In 36770:

I18N: Remove HTML tags from translatable strings in wp-admin/network/themes.php.

Props ramiy.
Fixes #35988.

#3 @SergeyBiryukov
9 years ago

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