Make WordPress Core


Ignore:
Timestamp:
08/28/2011 08:42:07 AM (14 years ago)
Author:
dd32
Message:

Store Plugin/Theme uploads in the Media Library properly. Add Scheduled cleanup +2hrs to clean up any aborted installation attempts. See #18182

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/default-filters.php

    r18610 r18617  
    260260add_action( 'admin_init',                 'send_frame_options_header',               10, 0 );
    261261add_action( 'importer_scheduled_cleanup', 'wp_delete_attachment'                           );
     262add_action( 'upgrader_scheduled_cleanup', 'wp_delete_attachment'                           );
    262263
    263264// Navigation menu actions
Note: See TracChangeset for help on using the changeset viewer.