Changeset 29206 for trunk/src/wp-admin/includes/import.php
- Timestamp:
- 07/17/2014 09:13:53 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/import.php
r28479 r29206 106 106 $id = wp_insert_attachment( $object, $file ); 107 107 108 // schedule a cleanup for one day from now in case of failed import or missing wp_import_cleanup() call 108 /* 109 * Schedule a cleanup for one day from now in case of failed 110 * import or missing wp_import_cleanup() call. 111 */ 109 112 wp_schedule_single_event( time() + DAY_IN_SECONDS, 'importer_scheduled_cleanup', array( $id ) ); 110 113
Note: See TracChangeset
for help on using the changeset viewer.