Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#26471 closed defect (bug) (fixed)

blog name in upgrade debug mail should use wp_specialchars_decode

Reported by: markoheijnen's profile markoheijnen Owned by: nacin's profile nacin
Milestone: 3.8 Priority: normal
Severity: minor Version: 3.7
Component: Mail Keywords: has-patch
Focuses: Cc:

Description

Currently when using signs like & it will end up being &.

Using wp_specialchars_decode() will fix it. That is also used for the normal e-mail.

Only question here is why the normal e-mail uses get_option( 'blogname' ) and not get_bloginfo( 'name' ).

Attachments (1)

26471.diff (838 bytes) - added by markoheijnen 12 years ago.

Download all attachments as: .zip

Change History (3)

@markoheijnen
12 years ago

#1 @nacin
12 years ago

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

In 26762:

Use wp_specialchars_decode() in the upgrade debugging email subject, same as the production email.

props markoheijnen.
fixes #26471.

#2 @markoheijnen
12 years ago

  • Milestone changed from Awaiting Review to 3.8
Note: See TracTickets for help on using tickets.