Skip to content

Commit 14fbb49

Browse files
I18N: Correct translator comment placement in wp_notify_postauthor().
Follow-up to [61179]. Props sanketparmar, mukesh27. See #64244. git-svn-id: https://develop.svn.wordpress.org/trunk@62030 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 5ec7922 commit 14fbb49

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
@@ -1937,11 +1937,11 @@ function wp_notify_postauthor( $comment_id, $deprecated = null ) {
19371937
break;
19381938
}
19391939

1940-
/* translators: %s: Comment URL. */
19411940
if ( 'note' === $comment->comment_type ) {
19421941
$notify_message .= get_edit_post_link( $comment->comment_post_ID, 'url' ) . "\r\n";
19431942
} else {
19441943
$notify_message .= get_permalink( $comment->comment_post_ID ) . "#comments\r\n\r\n";
1944+
/* translators: %s: Comment URL. */
19451945
$notify_message .= sprintf( __( 'Permalink: %s' ), get_comment_link( $comment ) ) . "\r\n";
19461946
}
19471947

0 commit comments

Comments
 (0)