Make WordPress Core


Ignore:
Timestamp:
05/16/2012 06:11:19 PM (12 years ago)
Author:
ryan
Message:

Remove debug cruft. Fix typo. Props SergeyBiryukov. fixes #20657

File:
1 edited

Legend:

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

    r20806 r20808  
    404404
    405405/**
    406  * Retrieve the path or url of an attachemnt's attached file.
     406 * Retrieve the path or url of an attachment's attached file.
    407407 *
    408408 * If the attached file is not present on the local filesystem (usually due to replication plugins),
     
    440440 */
    441441function _copy_image_file( $attachment_id ) {
    442     debug_log( 'copyin' );
    443442    $dst_file = $src_file = get_attached_file( $attachment_id );
    444443    if ( ! file_exists( $src_file ) )
Note: See TracChangeset for help on using the changeset viewer.