Ticket #20432: 20432.2.patch
File 20432.2.patch, 711 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/image.php
32 32 * 33 33 * @since 2.1.0 34 34 * 35 * @param string|int $src _fileThe source file or Attachment ID.35 * @param string|int $src The source file or Attachment ID. 36 36 * @param int $src_x The start x position to crop from. 37 37 * @param int $src_y The start y position to crop from. 38 38 * @param int $src_w The width to crop. … … 55 55 $src = wp_load_image( $src_file ); 56 56 } 57 57 } else { 58 $src = wp_load_image( $src _file);58 $src = wp_load_image( $src ); 59 59 } 60 60 61 61 if ( ! is_resource( $src ) )