Changeset 23744
- Timestamp:
- 03/18/2013 06:05:23 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-wp-image-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-image-editor.php
r23103 r23744 327 327 $dst_file = $filename; 328 328 329 // The directory containing the original file may no longer exist when using a replication plugin. 330 wp_mkdir_p( dirname( $dst_file ) ); 331 329 332 if ( $stream = wp_is_stream( $filename ) ) { 330 333 $filename = null;
Note: See TracChangeset
for help on using the changeset viewer.