Changeset 21996 for trunk/wp-admin/includes/import.php
- Timestamp:
- 09/25/2012 05:26:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/import.php
r19712 r21996 90 90 91 91 // schedule a cleanup for one day from now in case of failed import or missing wp_import_cleanup() call 92 wp_schedule_single_event( time() + 86400, 'importer_scheduled_cleanup', array( $id ) );92 wp_schedule_single_event( time() + DAY_IN_SECONDS, 'importer_scheduled_cleanup', array( $id ) ); 93 93 94 94 return array( 'file' => $file, 'id' => $id );
Note: See TracChangeset
for help on using the changeset viewer.