diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 4ba2479013..d3de2c52ec 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -168,7 +168,7 @@ $post = get_post($comment->comment_post_ID); $post_title = wp_specialchars( $post->post_title, 'double' ); $post_title = ('' == $post_title) ? "# $comment->comment_post_ID" : $post_title; ?> - | ]

+ ] —