Make WordPress Core

Changeset 35641


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

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

See #19455

Location:
trunk
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/load.php

    r35639 r35641  
    604604    }
    605605
    606     // Turn off sybase quoting after stripslashes has run
    607     @ini_set( 'magic_quotes_sybase', 0 );
    608 
    609606    // Escape with wpdb.
    610607    $_GET    = add_magic_quotes( $_GET    );
  • 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.