Index: src/wp-admin/comment.php
===================================================================
--- src/wp-admin/comment.php	(revision 31662)
+++ src/wp-admin/comment.php	(working copy)
@@ -149,8 +149,9 @@
 			$message  = __('This comment is currently in the Trash.');
 			break;
 	}
-	if ( $message )
-		echo '<div class="updated"><p>' . $message . '</p></div>';
+	if ( $message ) {
+		echo '<div class="notice notice-info"><p>' . $message . '</p></div>';
+	}
 }
 ?>
 <p><strong><?php _e('Caution:'); ?></strong> <?php echo $caution_msg; ?></p>
@@ -186,7 +187,6 @@
 		echo $post_link;
 
 		if ( $comment->comment_parent ) {
-			$comment_url = esc_url( get_comment_link( $comment->comment_ID ) );
 			$parent      = get_comment( $comment->comment_parent );
 			$parent_link = esc_url( get_comment_link( $comment->comment_parent ) );
 			$name        = get_comment_author( $parent->comment_ID );
@@ -199,6 +199,7 @@
 	<th scope="row"><?php _e( 'Submitted on' ); ?></th>
 	<td>
 	<?php
+		//$comment_url = esc_url( get_comment_link( $comment->comment_ID ) );
 		/* translators: 2: comment date, 3: comment time */
 		printf( __( '<a href="%1$s">%2$s at %3$s</a>' ), $comment_url,
 			/* translators: comment date format. See http://php.net/date */
