Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#34573 closed defect (bug) (fixed)

Avoid using <code> in translation string in _deprecated_argument() functions

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

Description

The attached patch is moving out the HTML <code> tag out of the translation string and merges the two strings into one.

Attachments (3)

34573.patch (1.4 KB) - added by ramiy 10 years ago.
34573.2.patch (1.4 KB) - added by ramiy 10 years ago.
34573.3.patch (1.5 KB) - added by ramiy 10 years ago.
With translator comments

Download all attachments as: .zip

Change History (8)

@ramiy
10 years ago

@ramiy
10 years ago

@ramiy
10 years ago

With translator comments

#1 @ramiy
10 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

In 35545:

Remove <code> tag from translatable string in the_author().

Add translator commment.

Props ramiy.
See #34573.

#3 @SergeyBiryukov
10 years ago

  • Milestone changed from Awaiting Review to 4.4

#4 @SergeyBiryukov
10 years ago

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

In 35546:

Remove <code> tag from translatable string in trackback_url().

Add translator commment.

Props ramiy.
Fixes #34573.

This ticket was mentioned in Slack in #polyglots by ocean90. View the logs.


10 years ago

Note: See TracTickets for help on using tickets.