Make WordPress Core


Ignore:
Timestamp:
06/24/2006 09:37:24 PM (20 years ago)
Author:
ryan
Message:

Use wp_get_referer(). fixes #2800 #2855

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/upgrade.php

    r3797 r3923  
    6868
    6969    case 0:
    70     $goback = wp_specialchars($_SERVER['HTTP_REFERER'], 1);
     70    $goback = wp_specialchars(wp_get_referer());
    7171?>
    7272<p><?php _e('This file upgrades you from any previous version of WordPress to the latest. It may take a while though, so be patient.'); ?></p>
Note: See TracChangeset for help on using the changeset viewer.