Deprecate update_category_cache(). Fixes #15446

git-svn-id: https://develop.svn.wordpress.org/trunk@16412 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu
2010-11-17 00:56:00 +00:00
parent 3b115a7ec5
commit 26f88f4b0f
3 changed files with 19 additions and 18 deletions
-2
View File
@@ -67,8 +67,6 @@ auth_redirect();
nocache_headers();
update_category_cache();
// Schedule trash collection
if ( !wp_next_scheduled('wp_scheduled_delete') && !defined('WP_INSTALLING') )
wp_schedule_event(time(), 'daily', 'wp_scheduled_delete');