Ticket #20731: 20731.diff
| File 20731.diff, 464 bytes (added by , 14 years ago) |
|---|
-
wp-settings.php
diff --git wp-settings.php wp-settings.php index cb95018..cdcdc4e 100644
if ( function_exists( 'date_default_timezone_set' ) ) 40 40 wp_unregister_GLOBALS(); 41 41 42 42 // Ensure these global variables do not exist so they do not interfere with WordPress. 43 unset( $ wp_filter, $cache_lastcommentmodified );43 unset( $cache_lastcommentmodified ); 44 44 45 45 // Standardize $_SERVER variables across setups. 46 46 wp_fix_server_vars();