Changeset 10400
- Timestamp:
- 01/21/2009 09:19:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r10363 r10400 2494 2494 $file = get_attached_file( $postid ); 2495 2495 2496 do_action('delete_attachment', $postid); 2497 2496 2498 /** @todo Delete for pluggable post taxonomies too */ 2497 2499 wp_delete_object_term_relationships($postid, array('category', 'post_tag')); … … 2529 2531 2530 2532 clean_post_cache($postid); 2531 2532 do_action('delete_attachment', $postid);2533 2533 2534 2534 return $post;
Note: See TracChangeset
for help on using the changeset viewer.