Ticket #27942: 27942.3.patch
File 27942.3.patch, 398 bytes (added by , 8 years ago) |
---|
-
wp-includes/formatting.php
3706 3706 if ( is_wp_error( $value ) ) { 3707 3707 $error = $value->get_error_message(); 3708 3708 } else { 3709 $value = wp_kses_post( $value );3710 3709 $value = esc_html( $value ); 3711 3710 } 3712 3711 break;