diff --git a/wp-admin/update.php b/wp-admin/update.php index 847046212..8a39aedb1 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -82,7 +82,7 @@ function do_plugin_upgrade($plugin) { function do_theme_upgrade($theme) { global $wp_filesystem; - $url = wp_nonce_url('update.php?action=upgrade-theme&theme=' . urlencode($theme), 'upgrade-plugin_' . urlencode($theme)); + $url = wp_nonce_url('update.php?action=upgrade-theme&theme=' . urlencode($theme), 'upgrade-theme_' . urlencode($theme)); if ( false === ($credentials = request_filesystem_credentials($url)) ) return;