Ticket #48075: 48075.1.patch
File 48075.1.patch, 457 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/class-wp-image-editor.php
360 360 $new_ext = strtolower( $extension ? $extension : $ext ); 361 361 362 362 if ( ! is_null( $dest_path ) ) { 363 $_dest_path = realpath( $dest_path );364 363 if ( $_dest_path ) { 365 364 $dir = $_dest_path; 366 365 }