Changeset 35639 for trunk/src/wp-settings.php
- Timestamp:
- 11/15/2015 10:59:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.