X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/699231ae09f7057a4d0000cdf32e50a3df6a04ca..c8946fda799b75451b0bee19b48736a13433a7e3:/wp-admin/includes/file.php diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 6994a35f..d79f2e34 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -937,7 +937,7 @@ function request_filesystem_credentials($form_post, $type = '', $error = false, $error_string = __('Error: 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 '

' . $error_string . '

'; + echo '

' . esc_html( $error_string ) . '

'; } $types = array();