X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/985e04597a9f1ddc4a3b406d0fb33722e097ee8b..5d244c8fd9a27c9f89dd08da2af6fbc67d4fce63:/wp-admin/update-core.php?ds=sidebyside 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; }