Ticket #20432: image.php.patch
File image.php.patch, 233 bytes (added by , 13 years ago) |
---|
-
image.php
55 55 $src = wp_load_image( $src_file ); 56 56 } 57 57 } else { 58 $src = wp_load_image( $src );58 $src = wp_load_image( $src_file ); 59 59 } 60 60 61 61 if ( ! is_resource( $src ) )