Make WordPress Core

Ticket #49724: 49724.diff

File 49724.diff, 731 bytes (added by mayankmajeji, 5 years ago)

Punctuation Error Corrected

  • src/wp-admin/includes/file.php

     
    20942094        $connection_type = isset( $credentials['connection_type'] ) ? $credentials['connection_type'] : '';
    20952095
    20962096        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.' );
    20982098                if ( is_wp_error( $error ) ) {
    20992099                        $error_string = esc_html( $error->get_error_message() );
    21002100                }