Fix core upgrade redirect. Props DD32. fixes #5560

git-svn-id: https://develop.svn.wordpress.org/trunk@8885 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-09-14 05:49:09 +00:00
parent 110b6f1bbe
commit 7cd5259c88
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function core_upgrade_preamble() {
function do_core_upgrade() {
global $wp_filesystem;
$url = wp_nonce_url("update.php?action=upgrade-core", "upgrade-core");
$url = wp_nonce_url('update.php?action=do-core-upgrade', 'upgrade-core');
if ( false === ($credentials = request_filesystem_credentials($url)) )
return;