Make WordPress Core


Ignore:
Timestamp:
11/16/2015 12:53:30 AM (9 years ago)
Author:
johnbillion
Message:

Revert [35639] pending investigation into failures on PHP 5.2.

See #19455

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r35639 r35641  
    4747// Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php.
    4848@ini_set( 'magic_quotes_runtime', 0 );
     49@ini_set( 'magic_quotes_sybase',  0 );
    4950
    5051// WordPress calculates offsets from UTC.
Note: See TracChangeset for help on using the changeset viewer.