Make WordPress Core


Ignore:
Timestamp:
02/04/2010 06:57:32 PM (15 years ago)
Author:
ryan
Message:

ms-functions pruning and cleanup. Props nacin. see #11644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r12938 r12948  
    31863186    $backup_sizes = get_post_meta( $post->ID, '_wp_attachment_backup_sizes', true );
    31873187    $file = get_attached_file( $post_id );
     3188
     3189    if ( is_multisite() )
     3190        delete_transient( 'dirsize_cache' );
    31883191
    31893192    do_action('delete_attachment', $post_id);
Note: See TracChangeset for help on using the changeset viewer.