Skip to content

Commit 25f0b56

Browse files
phpcbf
1 parent 62ed6c3 commit 25f0b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/pluggable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ function wp_notify_postauthor( $comment_id, $deprecated = null ) {
19021902
/* translators: %s: Note author email. */
19031903
$notify_message .= sprintf( __( 'Email: %s' ), $comment->comment_author_email ) . "\r\n";
19041904
/* translators: %s: Note text. */
1905-
$notify_message .= sprintf( __( 'Note: %s' ), "\r\n" . ( empty( $comment_content ) ? __( 'resolved/reopened' ) : $comment_content ) ) . "\r\n\r\n";
1905+
$notify_message .= sprintf( __( 'Note: %s' ), "\r\n" . ( empty( $comment_content ) ? __( 'resolved/reopened' ) : $comment_content ) ) . "\r\n\r\n";
19061906
$notify_message .= __( 'You can see all notes on this post here:' ) . "\r\n";
19071907
/* translators: Note notification email subject. 1: Site title, 2: Post title. */
19081908
$subject = sprintf( __( '[%1$s] Note: "%2$s"' ), $blogname, $post->post_title );

0 commit comments

Comments
 (0)