Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

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

    r28479 r29206  
    106106    $id = wp_insert_attachment( $object, $file );
    107107
    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     */
    109112    wp_schedule_single_event( time() + DAY_IN_SECONDS, 'importer_scheduled_cleanup', array( $id ) );
    110113
Note: See TracChangeset for help on using the changeset viewer.