Revert [35639] pending investigation into failures on PHP 5.2.
See #19455 Built from https://develop.svn.wordpress.org/trunk@35641 git-svn-id: http://core.svn.wordpress.org/trunk@35605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -603,9 +603,6 @@ function wp_magic_quotes() {
|
||||
$_COOKIE = stripslashes_deep( $_COOKIE );
|
||||
}
|
||||
|
||||
// Turn off sybase quoting after stripslashes has run
|
||||
@ini_set( 'magic_quotes_sybase', 0 );
|
||||
|
||||
// Escape with wpdb.
|
||||
$_GET = add_magic_quotes( $_GET );
|
||||
$_POST = add_magic_quotes( $_POST );
|
||||
|
||||
Reference in New Issue
Block a user