Index: E:/EclipseWork/WordPressDev/wp-includes/widgets.php
===================================================================
--- E:/EclipseWork/WordPressDev/wp-includes/widgets.php	(revision 5716)
+++ E:/EclipseWork/WordPressDev/wp-includes/widgets.php	(working copy)
@@ -754,7 +754,7 @@
 			<?php echo $before_title . $title . $after_title; ?>
 			<ul id="recentcomments"><?php
 			if ( $comments ) : foreach ($comments as $comment) :
-			echo  '<li class="recentcomments">' . sprintf(__('%1$s on %2$s'), get_comment_author_link(), '<a href="'. get_permalink($comment->comment_post_ID) . '#comment-' . $comment->comment_ID . '">' . get_the_title($comment->comment_post_ID) . '</a>') . '</li>';
+			echo  '<li class="recentcomments">' . sprintf(__('%1$s on %2$s'), get_comment_author_link(), '<a href="'. get_permalink($comment->comment_post_ID) . '#comment-' . $comment->comment_ID . '">' . apply_filters( 'the_title', get_the_title($comment->comment_post_ID)) . '</a>') . '</li>';
 			endforeach; endif;?></ul>
 		<?php echo $after_widget; ?>
 <?php
