Remove refs to old, dead caches.

git-svn-id: https://develop.svn.wordpress.org/trunk@6260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-10-17 17:37:21 +00:00
parent 79d46bfaa9
commit 427ba98610
2 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function wp_unregister_GLOBALS() {
wp_unregister_GLOBALS();
unset( $wp_filter, $cache_userdata, $cache_lastcommentmodified, $cache_lastpostdate, $cache_settings, $category_cache, $cache_categories );
unset( $wp_filter, $cache_lastcommentmodified, $cache_lastpostdate );
if ( ! isset($blog_id) )
$blog_id = 1;