Changeset 20787 for trunk/wp-admin/includes/image.php
- Timestamp:
- 05/14/2012 05:53:03 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r20706 r20787 93 93 // using a replication plugin. 94 94 wp_mkdir_p( dirname( $dst_file ) ); 95 96 $dst_file = dirname( $dst_file ) . '/' . wp_unique_filename( dirname( $dst_file ), basename( $dst_file ) ); 95 97 96 98 if ( 'image/png' == $image_type && imagepng( $dst, $dst_file ) )
Note: See TracChangeset
for help on using the changeset viewer.