Make WordPress Core

Opened 10 years ago

Closed 9 years ago

#32269 closed defect (bug) (fixed)

Avoid using <code> in translation strings (wp-admin/plugins.php)‎

Reported by: voldemortensen's profile voldemortensen Owned by: wonderboymusic's profile wonderboymusic
Milestone: 4.4 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch
Focuses: Cc:

Description

In /wp-admin/plugins.php there are a couple strings that are using <code> tags in the string.

Attachments (2)

32269.diff (1.8 KB) - added by voldemortensen 10 years ago.
32269.2.diff (3.3 KB) - added by swissspidy 9 years ago.

Download all attachments as: .zip

Change History (4)

@swissspidy
9 years ago

#1 @swissspidy
9 years ago

  • Milestone changed from Awaiting Review to 4.4
  • Summary changed from Correct translated strings by removing <code> tags to Avoid using <code> in translation strings (wp-admin/plugins.php)‎

The updated patch 32269.2.diff removes <ocde> from all translation strings in this file and also makes the sprintf / printf function calls more readable.

#2 @wonderboymusic
9 years ago

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

In 34344:

Plugins Admin: Avoid using HTML tags in translation strings, add translator strings.

Props swissspidy, voldemortensen.
Fixes #32269.

Note: See TracTickets for help on using tickets.