Make WordPress Core


Ignore:
Timestamp:
05/22/2011 11:25:28 PM (15 years ago)
Author:
ryan
Message:

Mark import attachments as private. Schedule job to delete old import attachments. Introduce attachment context.

File:
1 edited

Legend:

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

    r17994 r17999  
    258258add_action( 'after_wp_tiny_mce',          'wp_preload_dialogs',      10, 1 );
    259259add_action( 'admin_init',                 'send_frame_options_header', 10, 0 );
     260add_action( 'importer_scheduled_cleanup', 'wp_delete_attachment'           );
    260261
    261262// Navigation menu actions
Note: See TracChangeset for help on using the changeset viewer.