git-svn-id: http://svn.automattic.com/wordpress/trunk@11384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-05-18 16:55:20 +00:00
parent 3ebf837ced
commit d055804c01
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>