Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#38802 closed defect (bug) (fixed)

Avoid using HTML tags in translation strings (wp-includes/class-wp-customize-manager.php)

Reported by: ramiy Owned by: SergeyBiryukov
Priority: normal Milestone: 4.7
Component: I18N Version: 4.7
Severity: normal Keywords:
Cc: Focuses:

Description

Remove the <code> HTML tags from translation strings.

See the attached patch.

Attachments (1)

38802.patch (3.6 KB ) - added by ramiy 10 years ago.

Download all attachments as: .zip

Change History (4)

@ramiy
10 years ago

#1 @ramiy
10 years ago

simple fix, replacing <code>.mp4</code> and <code>.mov</code> with placeholders and updating the translators comments.

#2 @SergeyBiryukov
10 years ago

  • Milestone Awaiting Review4.7

#3 @SergeyBiryukov
10 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 39254:

I18N: Remove <code> tags from translatable strings in wp-includes/class-wp-customize-manager.php.

Props ramiy.
Fixes #38802.

Note: See TracTickets for help on using tickets.