Changes from trunk/wp-admin/upgrade.php at r16823 to branches/3.1/wp-admin/upgrade.php at r17585
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/upgrade.php
r16823 r17585 87 87 88 88 $backto = !empty($_GET['backto']) ? stripslashes( urldecode( $_GET['backto'] ) ) : __get_option( 'home' ) . '/'; 89 $backto = esc_url _raw( $backto );89 $backto = esc_url( $backto ); 90 90 $backto = wp_validate_redirect($backto, __get_option( 'home' ) . '/'); 91 91 ?>
Note: See TracChangeset
for help on using the changeset viewer.