Opened 13 years ago
Closed 13 years ago
#20432 closed defect (bug) (fixed)
Incorrect variable used in wp_crop_image
Reported by: | mattonomics | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description
I noticed that there was a reference to the incorrect variable on line 58 of wp-admin/includes/image.php. This seems to fix it!
Quick and easy :)
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Isn't it already
$src_file
?http://core.trac.wordpress.org/browser/trunk/wp-admin/includes/image.php?rev=20384