Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/wp-admin/upgrade.php

    r16823 r17585  
    8787
    8888            $backto = !empty($_GET['backto']) ? stripslashes( urldecode( $_GET['backto'] ) ) :  __get_option( 'home' ) . '/';
    89             $backto = esc_url_raw( $backto );
     89            $backto = esc_url( $backto );
    9090            $backto = wp_validate_redirect($backto, __get_option( 'home' ) . '/');
    9191?>
Note: See TracChangeset for help on using the changeset viewer.