Changeset 682
- Timestamp:
- 07/18/06 08:42:04 (2 years ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r673 r682 22 22 unregister_GLOBALS(); 23 23 24 $HTTP_USER_AGENT = getenv('HTTP_USER_AGENT');24 $HTTP_USER_AGENT = $_SERVER[ 'HTTP_USER_AGENT' ]; 25 25 unset( $wp_filter, $cache_userdata, $cache_lastcommentmodified, $cache_lastpostdate, $cache_settings, $category_cache, $cache_categories ); 26 26
