Changeset 3923 for branches/2.0/wp-admin/upgrade.php
- Timestamp:
- 06/24/2006 09:37:24 PM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-admin/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/upgrade.php
r3797 r3923 68 68 69 69 case 0: 70 $goback = wp_specialchars( $_SERVER['HTTP_REFERER'], 1);70 $goback = wp_specialchars(wp_get_referer()); 71 71 ?> 72 72 <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.