diff --git a/wp-settings.php b/wp-settings.php index 8d0a44bde..82600746e 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -192,7 +192,6 @@ if ( get_magic_quotes_gpc() ) { $_GET = stripslashes_deep($_GET ); $_POST = stripslashes_deep($_POST ); $_COOKIE = stripslashes_deep($_COOKIE); - $_SERVER = stripslashes_deep($_SERVER); } // Escape with wpdb.