Make WordPress Core

Ticket #20432: image.php.patch

File image.php.patch, 233 bytes (added by mattonomics, 13 years ago)
  • image.php

     
    5555                        $src = wp_load_image( $src_file );
    5656                }
    5757        } else {
    58                 $src = wp_load_image( $src );
     58                $src = wp_load_image( $src_file );
    5959        }
    6060
    6161        if ( ! is_resource( $src ) )