Changeset 20808 for trunk/wp-admin/includes/image.php
- Timestamp:
- 05/16/2012 06:11:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r20806 r20808 404 404 405 405 /** 406 * Retrieve the path or url of an attach emnt's attached file.406 * Retrieve the path or url of an attachment's attached file. 407 407 * 408 408 * If the attached file is not present on the local filesystem (usually due to replication plugins), … … 440 440 */ 441 441 function _copy_image_file( $attachment_id ) { 442 debug_log( 'copyin' );443 442 $dst_file = $src_file = get_attached_file( $attachment_id ); 444 443 if ( ! file_exists( $src_file ) )
Note: See TracChangeset
for help on using the changeset viewer.