mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 16:43:06 +01:00
Clear upgrade nag when doing manual upgrade. Props Denis-de-Bernardy. fixes #9139
git-svn-id: https://develop.svn.wordpress.org/trunk@11189 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
eb4fd7e4f6
commit
86261669cb
@ -20,6 +20,8 @@ require( '../wp-load.php' );
|
||||
timer_start();
|
||||
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
|
||||
|
||||
delete_transient('update_core');
|
||||
|
||||
if ( isset( $_GET['step'] ) )
|
||||
$step = $_GET['step'];
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user