Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#10385 closed defect (bug) (duplicate)

WP comment notifications entity encode blog name

Reported by: robertaccettura's profile robertaccettura Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.8.1
Component: Comments Keywords: entity, comment email regression
Focuses: Cc:

Description

I've noticed since going from 1.8 to 1.8.1 the blog name is now escaped as entities breaking my email filters to sort blog comment/trackback email into another folder.

Give the blog a name with a character that would encoded such as:
Robert Accettura's Fun With Wordage

The email subjects will look like this:
[Robert Accettura's Fun With Wordage] Comment: "Test Post"

rather than the desired (and correct):
[Robert Accettura's Fun With Wordage] Comment: "Test Post"

It looks like get_option('blogname') is already returning it encoded. I don't see anything very obvious in the 1.8.1 changeset that looks like it would cause this regression. Hopefully I can find a few more minutes to dig.

Change History (4)

#1 @dd32
14 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Sorry, But version 1.8.1 hasnt been supported for awhile now, try upgrading the latest...

..Seriously though, Heres a ticket on it: #9913

#2 @TobiasBg
14 years ago

Hey dd32, there never was a version 1.8.1, neither even a 1.8 :-)
I guess it was just a typo and the reported meant 2.8 -> 2.8.1

But you're right, it's a dup of the ticket you mention.

#3 @dd32
14 years ago

Hey TobiasBg, Was quite aware of that, I missed a ;) after that.. (afterall, Reporter got The Version in the ticket right)

#4 @robertaccettura
14 years ago

Yes. I mistyped. Was looking at a Gecko 1.8 era rendering bug before I entered this one... and my number dyslexia got the best of me.

That ticket looks like it does match this issue, I'll try that patch.

Note: See TracTickets for help on using tickets.