Make WordPress Core

Opened 7 years ago

Closed 7 years ago

#46855 closed defect (bug) (fixed)

Delete My Site email subject should use a complete translatable string

Reported by: johnbillion Owned by: johnbillion
Priority: normal Milestone: 5.3
Component: I18N Version: 3.0
Severity: normal Keywords: good-first-bug has-patch
Cc: Focuses:

Description

The subject for the Delete My Site email in ms-delete-site.php prepends the site title using concatenation instead of a properly constructed translatable string.

It should be changed to [%s] Delete My Site with an appropriate translator comment.

Attachments (3)

46855.patch (796 bytes ) - added by thrijith 7 years ago.
46855.1.patch (770 bytes ) - added by thrijith 7 years ago.
46855.2.patch (768 bytes ) - added by thrijith 7 years ago.

Download all attachments as: .zip

Change History (7)

@thrijith
7 years ago

@thrijith
7 years ago

@thrijith
7 years ago

#1 @thrijith
7 years ago

  • Keywords has-patch added; needs-patch removed

Sorry about back to back changes, missed something in each ;-)

#2 @SergeyBiryukov
7 years ago

  • Milestone Future Release5.3

#3 @johnbillion
7 years ago

  • Owner set to johnbillion
  • Status newreviewing

#4 @johnbillion
7 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 45387:

I18N: Use a complete translatable string for the "Delete My Site" email subject.

Props thrijith

Fixes #46855

Note: See TracTickets for help on using tickets.