Ticket #49724: 49724.diff
File 49724.diff, 731 bytes (added by , 5 years ago) |
---|
-
src/wp-admin/includes/file.php
2094 2094 $connection_type = isset( $credentials['connection_type'] ) ? $credentials['connection_type'] : ''; 2095 2095 2096 2096 if ( $error ) { 2097 $error_string = __( '<strong>Error</strong>: There was an error connecting to the server ,Please verify the settings are correct.' );2097 $error_string = __( '<strong>Error</strong>: There was an error connecting to the server. Please verify the settings are correct.' ); 2098 2098 if ( is_wp_error( $error ) ) { 2099 2099 $error_string = esc_html( $error->get_error_message() ); 2100 2100 }