Changeset 987

Show
Ignore:
Timestamp:
05/24/07 12:19:55 (2 years ago)
Author:
donncha
Message:

Clear category cache when links are modified, (fixes #338)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/admin-db.php

    r972 r987  
    511511                $wpdb->query("UPDATE $wpdb->categories SET link_count = '$count' WHERE cat_ID = '$cat_id'"); 
    512512                wp_cache_delete($cat_id, 'category'); 
     513                clean_category_cache($cat_id); 
    513514                do_action('edit_category', $cat_id); 
    514515        }