Changes between Initial Version and Version 1 of Ticket #9394, comment 17
- Timestamp:
- 06/27/2011 07:46:38 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9394, comment 17
initial v1 3 3 I don’t understand the hesitance to just switch to ini_set? The next line does it properly: 4 4 5 {{{ 5 6 // Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php. 6 7 set_magic_quotes_runtime( 0 ); 7 8 @ini_set( 'magic_quotes_sybase', 0 ); 9 }}}