﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
16058	Error massage HTML tags escaped	mako09		"esc_html() is used in the line 821 of wp-admin/includes/file.php.  But the default message defined in 3 lines above has HTML tags.
{{{
        if ( $error ) {
                $error_string = __('<strong>Error:</strong> There was an error connecting to the server, Please verify the settings are correct.');
                if ( is_wp_error($error) )
                        $error_string = $error->get_error_message();
                echo '<div id=""message"" class=""error""><p>' . esc_html( $error_string ) . '</p></div>';
        }
}}}
"	defect (bug)	closed	normal	3.1	General		normal	fixed	has-patch commit	anthonycole
