Make WordPress Core


Ignore:
Timestamp:
11/23/2006 08:39:39 PM (18 years ago)
Author:
ryan
Message:

Key caches by blog ID for those doing the multi blog trick.

File:
1 edited

Legend:

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

    r4495 r4524  
    482482        $wpdb->query("UPDATE $wpdb->categories SET link_count = '$count' WHERE cat_ID = '$cat_id'");
    483483        wp_cache_delete($cat_id, 'category');
    484     }
     484        do_action('edit_category', $cat_id);
     485    }
     486
     487    do_action('edit_link', $link_ID);
    485488}   // wp_set_link_cats()
    486489
Note: See TracChangeset for help on using the changeset viewer.