Make WordPress Core

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#31508 closed defect (bug) (fixed)

comment notification missing old line break

Reported by: askamanager's profile askamanager Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.1
Component: Comments Keywords: has-patch commit
Focuses: Cc:

Description

Before the last Wordpress update, when comment notification emails were sent, they were formatted like this:

Comment:
Text of comment here

Now they're formatted like this:
Comment: Text of comment here

In other words, it's missing the line break it used to have between these two lines. It now reads like each comment starts with the words "comment." It was much easier to scan the comment text before (when it started on a new line).

Attachments (1)

31508.patch (3.0 KB) - added by SergeyBiryukov 9 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
9 years ago

  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 4.2

Introduced in [30015] and [31059].

#2 @SergeyBiryukov
9 years ago

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

In 31770:

Restore line breaks before comment text in comment notification emails.

fixes #31508.

#3 @ocean90
9 years ago

  • Version changed from 4.1.1 to 4.1
Note: See TracTickets for help on using tickets.