Include placeholders in translator comments.
See #31857. Built from https://develop.svn.wordpress.org/trunk@34304 git-svn-id: http://core.svn.wordpress.org/trunk@34268 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -611,7 +611,7 @@ class WP_Comments_List_Table extends WP_List_Table {
|
||||
$parent_link = esc_url( get_comment_link( $parent ) );
|
||||
$name = get_comment_author( $parent );
|
||||
printf(
|
||||
/* translators: comment link */
|
||||
/* translators: %s: comment link */
|
||||
' | ' . __( 'In reply to %s.' ),
|
||||
'<a href="' . $parent_link . '">' . $name . '</a>'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user