Changeset 4524 for trunk/wp-admin/admin-db.php
- Timestamp:
- 11/23/2006 08:39:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-db.php
r4495 r4524 482 482 $wpdb->query("UPDATE $wpdb->categories SET link_count = '$count' WHERE cat_ID = '$cat_id'"); 483 483 wp_cache_delete($cat_id, 'category'); 484 } 484 do_action('edit_category', $cat_id); 485 } 486 487 do_action('edit_link', $link_ID); 485 488 } // wp_set_link_cats() 486 489
Note: See TracChangeset
for help on using the changeset viewer.