Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#38214 closed defect (bug) (fixed)

Trackback Error Strings are not translateable

Reported by: websupporter's profile websupporter Owned by: rachelbaker's profile rachelbaker
Milestone: 4.7 Priority: normal
Severity: normal Version: 0.71
Component: Pings/Trackbacks Keywords: has-patch
Focuses: Cc:

Description

The strings in /wp-trackback.php are not translateable. These strings are:

  • 'I really need an ID for this to work.'
  • 'Sorry, trackbacks are closed for this item.'
  • 'We already have a ping from that URL for this post.'

Attachments (1)

38214.patch (1.4 KB) - added by websupporter 8 years ago.
Add translateable strings.

Download all attachments as: .zip

Change History (4)

@websupporter
8 years ago

Add translateable strings.

#1 @websupporter
8 years ago

  • Keywords has-patch added

#2 @rachelbaker
8 years ago

  • Milestone changed from Awaiting Review to 4.7

#3 @rachelbaker
8 years ago

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

In 38741:

Trackbacks: Allow the error message strings passed to trackback_response() to be translatable.

Localize the error messages in wp-trackback.php.

Props websupporter.
Fixes #38214.

Note: See TracTickets for help on using tickets.