File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments