Ticket #50588: 50588.diff
File 50588.diff, 594 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/includes/class-wp-site-health.php
1969 1969 /* translators: 1: The HTTP error code. 2: The HTTP error message. */ 1970 1970 __( 'The REST API call gave the following unexpected result: (%1$d) %2$s.' ), 1971 1971 wp_remote_retrieve_response_code( $r ), 1972 wp_remote_retrieve_body( $r)1972 esc_html( wp_remote_retrieve_body( $r ) ) 1973 1973 ) 1974 1974 ); 1975 1975 } else {