Changeset 696
- Timestamp:
- 07/20/06 11:02:38 (2 years ago)
- Files:
-
- trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r691 r696 9 9 10 10 if ( isset($_REQUEST['GLOBALS']) ) 11 die('GLOBALS overwrite attempt detected');11 wp_die('GLOBALS overwrite attempt detected'); 12 12 13 13 // Variables that shouldn't be unset … … 22 22 unregister_GLOBALS(); 23 23 24 $HTTP_USER_AGENT = $_SERVER[ 'HTTP_USER_AGENT' ];25 24 unset( $wp_filter, $cache_userdata, $cache_lastcommentmodified, $cache_lastpostdate, $cache_settings, $category_cache, $cache_categories ); 26 25
