Opened 14 months ago
Closed 14 months ago
#20432 closed defect (bug) (fixed)
Incorrect variable used in wp_crop_image
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4 |
| Component: | Media | Version: | 3.4 |
| Severity: | normal | Keywords: | has-patch |
| 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)
mattonomics
— 14 months ago
SergeyBiryukov
— 14 months ago
comment:2
ocean90
— 14 months ago
- Component changed from General to Media
- Keywords close removed
- Milestone changed from Awaiting Review to 3.4
Oh, I see it's the other way around.
Related: [20384]
comment:4
mattonomics
— 14 months ago
Cornerstone generated the stupid patch file wrong (or I did). It should be $src and NOT $src_file
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