Changeset 5058 for branches/2.0/wp-admin/upgrade.php
- Timestamp:
- 03/17/2007 09:04:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/upgrade.php
r4656 r5058 68 68 69 69 case 0: 70 $goback = attribute_escape(stripslashes(wp_get_referer()));70 $goback = clean_url(stripslashes(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> … … 87 87 $backto = __get_option('home'); 88 88 else 89 $backto = attribute_escape(stripslashes($_GET['backto']));89 $backto = clean_url(stripslashes($_GET['backto'])); 90 90 ?> 91 91 <h2><?php _e('Step 1'); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.