Changeset 5057 for branches/2.1/wp-admin/upgrade.php
- Timestamp:
- 03/17/2007 08:47:29 AM (19 years ago)
- File:
-
- 1 edited
-
branches/2.1/wp-admin/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/wp-admin/upgrade.php
r4656 r5057 29 29 switch($step) { 30 30 case 0: 31 $goback = attribute_escape(stripslashes(wp_get_referer()));31 $goback = clean_url(stripslashes(wp_get_referer())); 32 32 ?> 33 33 <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> … … 41 41 $backto = __get_option('home'); 42 42 else 43 $backto = attribute_escape(stripslashes($_GET['backto']));43 $backto = clean_url(stripslashes($_GET['backto'])); 44 44 ?> 45 45 <h2><?php _e('Step 1'); ?></h2>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)