Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/file.php

    r12794 r12948  
    326326    $url = $uploads['url'] . "/$filename";
    327327
     328    if ( is_multisite() )
     329        delete_transient( 'dirsize_cache' );
     330
    328331    return apply_filters( 'wp_handle_upload', array( 'file' => $new_file, 'url' => $url, 'type' => $type ) );
    329332}
Note: See TracChangeset for help on using the changeset viewer.