Make WordPress Core


Ignore:
Timestamp:
11/16/2015 12:53:30 AM (10 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-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    );
Note: See TracChangeset for help on using the changeset viewer.