Remove debug cruft and fix variable collision. fixes #18467.

git-svn-id: https://develop.svn.wordpress.org/trunk@19532 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-12-01 06:02:18 +00:00
parent 2da096b18c
commit d39db098d7
2 changed files with 4 additions and 4 deletions

View File

@@ -389,7 +389,7 @@ function do_core_upgrade( $reinstall = false ) {
?>
</div>
<script type="text/javascript">
//window.location = '<?php echo admin_url( 'about.php?upgraded' ); ?>';
window.location = '<?php echo admin_url( 'about.php?upgraded' ); ?>';
</script>
<?php
}