Changeset 35641
- Timestamp:
- 11/16/2015 12:53:30 AM (9 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r35639 r35641 604 604 } 605 605 606 // Turn off sybase quoting after stripslashes has run607 @ini_set( 'magic_quotes_sybase', 0 );608 609 606 // Escape with wpdb. 610 607 $_GET = add_magic_quotes( $_GET ); -
trunk/src/wp-settings.php
r35639 r35641 47 47 // Disable magic quotes at runtime. Magic quotes are added using wpdb later in wp-settings.php. 48 48 @ini_set( 'magic_quotes_runtime', 0 ); 49 @ini_set( 'magic_quotes_sybase', 0 ); 49 50 50 51 // WordPress calculates offsets from UTC.
Note: See TracChangeset
for help on using the changeset viewer.