Make WordPress Core


Ignore:
Timestamp:
11/22/2010 09:45:45 PM (14 years ago)
Author:
scribu
Message:

Fix 'timeinfo' cache invalidation. Fixes #14922

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r16424 r16537  
    3636
    3737// Ensure these global variables do not exist so they do not interfere with WordPress.
    38 unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate );
     38unset( $wp_filter, $cache_lastcommentmodified );
    3939
    4040// Standardize $_SERVER variables across setups.
Note: See TracChangeset for help on using the changeset viewer.