Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #9394, comment 17


Ignore:
Timestamp:
06/27/2011 07:46:38 PM (14 years ago)
Author:
wonderboymusic
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9394, comment 17

    initial v1  
    33I don’t understand the hesitance to just switch to ini_set? The next line does it properly:
    44
     5{{{
    56// Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php.
    67set_magic_quotes_runtime( 0 );
    78@ini_set( 'magic_quotes_sybase', 0 );
     9}}}