Changeset 4656 for branches/2.0/wp-admin/upgrade.php
- Timestamp:
- 12/21/2006 10:10:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-admin/upgrade.php
r3923 r4656 68 68 69 69 case 0: 70 $goback = wp_specialchars(wp_get_referer());70 $goback = attribute_escape(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 = wp_specialchars( $_GET['backto'] , 1);89 $backto = attribute_escape(stripslashes($_GET['backto'])); 90 90 ?> 91 91 <h2><?php _e('Step 1'); ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.