git-svn-id: https://develop.svn.wordpress.org/trunk@11384 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-05-18 16:55:20 +00:00
parent ba1c3bdd5b
commit b91fbde89f
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ switch ( $step ) :
$backto = __get_option( 'home' ) . '/';
else {
$backto = stripslashes( urldecode( $_GET['backto'] ) );
$backto = esc_urlaw( $backto );
$backto = esc_url_raw( $backto );
}
?>
<h2><?php _e( 'Upgrade Complete' ); ?></h2>