Index: wp-includes/formatting.php
===================================================================
--- wp-includes/formatting.php	(revision 35714)
+++ wp-includes/formatting.php	(working copy)
@@ -3706,7 +3706,6 @@
 			if ( is_wp_error( $value ) ) {
 				$error = $value->get_error_message();
 			} else {
-				$value = wp_kses_post( $value );
 				$value = esc_html( $value );
 			}
 			break;
