Use ini_set instead of set_magic_quotes_runtime() to prevent silenced E_DEPRECATED notice. props wonderboymusic.
git-svn-id: https://develop.svn.wordpress.org/trunk@18549 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7a67f00494
commit
53cfffd152
@ -29,7 +29,7 @@ wp_initial_constants( );
|
||||
wp_check_php_mysql_versions();
|
||||
|
||||
// Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php.
|
||||
set_magic_quotes_runtime( 0 );
|
||||
@ini_set( 'magic_quotes_runtime', 0 );
|
||||
@ini_set( 'magic_quotes_sybase', 0 );
|
||||
|
||||
// Set default timezone in PHP 5.
|
||||
|
Loading…
Reference in New Issue
Block a user