Changeset 47612 for trunk/src/wp-settings.php
- Timestamp:
- 04/22/2020 03:40:41 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r47568 r47612 67 67 // phpcs:ignore WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set 68 68 date_default_timezone_set( 'UTC' ); 69 70 // Turn register_globals off.71 wp_unregister_GLOBALS();72 69 73 70 // Standardize $_SERVER variables across setups.
Note: See TracChangeset
for help on using the changeset viewer.