Use correct variable when redirecting to about.php from update-core.php. fixes #19599.
git-svn-id: https://develop.svn.wordpress.org/trunk@20894 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b1a672cdfa
commit
3f7b169181
@ -385,7 +385,7 @@ function do_core_upgrade( $reinstall = false ) {
|
||||
?>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
window.location = '<?php echo self_admin_url( 'about.php?upgraded' ); ?>';
|
||||
window.location = '<?php echo self_admin_url( 'about.php?updated' ); ?>';
|
||||
</script>
|
||||
<?php
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user