X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/a7cd4c052013b423c6301153f68c7fdbaa2a447b..88550bc3400cc7c035ff590ecb007c7938041ded:/wp-admin/update-core.php diff --git a/wp-admin/update-core.php b/wp-admin/update-core.php index 0c7d297b..600db23e 100644 --- a/wp-admin/update-core.php +++ b/wp-admin/update-core.php @@ -390,14 +390,14 @@ function do_core_upgrade( $reinstall = false ) {

'; return; } if ( ! WP_Filesystem( $credentials, ABSPATH, $allow_relaxed_file_ownership ) ) { // Failed to connect, Error and request again - request_filesystem_credentials( $url, '', true, ABSPATH, array(), $allow_relaxed_file_ownership ); + request_filesystem_credentials( $url, '', true, ABSPATH, array( 'version', 'locale' ), $allow_relaxed_file_ownership ); echo ''; return; }