Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@11384 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ba1c3bdd5b
commit
b91fbde89f
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user