Index: E:/EclipseWork/WordPressDev/wp-admin/includes/template.php
===================================================================
--- E:/EclipseWork/WordPressDev/wp-admin/includes/template.php	(revision 5744)
+++ E:/EclipseWork/WordPressDev/wp-admin/includes/template.php	(working copy)
@@ -288,7 +288,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;
+$post_title = ('' == $post_title) ? "# $comment->comment_post_ID" : apply_filters( 'the_title', $post_title );
 ?>
  ] &#8212; <a href="<?php echo get_permalink($comment->comment_post_ID); ?>"><?php echo $post_title; ?></a></p>
 		</li>
