Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@11384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3ebf837ced
commit
d055804c01
|
@ -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