Changeset 35641 for trunk/src/wp-settings.php
- Timestamp:
- 11/16/2015 12:53:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.