Make WordPress Core

Opened 5 years ago

Closed 5 years ago

#46855 closed defect (bug) (fixed)

Delete My Site email subject should use a complete translatable string

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

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 5 years ago.
46855.1.patch (770 bytes) - added by thrijith 5 years ago.
46855.2.patch (768 bytes) - added by thrijith 5 years ago.

Download all attachments as: .zip

Change History (7)

@thrijith
5 years ago

@thrijith
5 years ago

@thrijith
5 years ago

#1 @thrijith
5 years ago

  • Keywords has-patch added; needs-patch removed

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

#2 @SergeyBiryukov
5 years ago

  • Milestone changed from Future Release to 5.3

#3 @johnbillion
5 years ago

  • Owner set to johnbillion
  • Status changed from new to reviewing

#4 @johnbillion
5 years ago

  • Resolution set to fixed
  • Status changed from reviewing to closed

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.