diff --git a/wp-admin/includes/file.php b/wp-admin/includes/file.php index 5b11a07f6d..be67f664f3 100644 --- a/wp-admin/includes/file.php +++ b/wp-admin/includes/file.php @@ -2094,7 +2094,7 @@ function request_filesystem_credentials( $form_post, $type = '', $error = false, $connection_type = isset( $credentials['connection_type'] ) ? $credentials['connection_type'] : ''; if ( $error ) { - $error_string = __( 'Error: There was an error connecting to the server, Please verify the settings are correct.' ); + $error_string = __( 'Error: There was an error connecting to the server. Please verify the settings are correct.' ); if ( is_wp_error( $error ) ) { $error_string = esc_html( $error->get_error_message() ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index ebc1c92713..63b0d21881 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47529'; +$wp_version = '5.5-alpha-47530'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.