Changeset 35639
- Timestamp:
- 11/15/2015 10:59:51 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r35632 r35639 604 604 } 605 605 606 // Turn off sybase quoting after stripslashes has run 607 @ini_set( 'magic_quotes_sybase', 0 ); 608 606 609 // Escape with wpdb. 607 610 $_GET = add_magic_quotes( $_GET ); -
trunk/src/wp-settings.php
r35013 r35639 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 );50 49 51 50 // WordPress calculates offsets from UTC.
Note: See TracChangeset
for help on using the changeset viewer.