Index: akismet.php
===================================================================
--- akismet.php	(revision 342561)
+++ akismet.php	(working copy)
@@ -504,3 +504,9 @@
 
 if ( $akismet_comment_nonce_option == 'true' || $akismet_comment_nonce_option == '' )
 	add_action( 'comment_form', 'akismet_add_comment_nonce' );
+
+if ( '3.0.5' == $wp_version ) {
+	remove_filter( 'comment_text', 'wp_kses_data' );
+	if ( is_admin() )
+		add_filter( 'comment_text', 'wp_kses_post' );
+}
\ No newline at end of file
