#30508 closed defect (bug) (fixed)
PHPDoc @param fixes
Reported by: | tillkruess | Owned by: | DrewAPicture |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | General | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Attached patch corrects 3 PHPDoc @param
types of: wp_autosave()
, image_edit_apply_changes()
and image_constrain_size_for_editor()
.
Attachments (2)
Change History (10)
#1
@
10 years ago
- Keywords has-patch added
- Type changed from enhancement to defect (bug)
- Version trunk deleted
#3
@
10 years ago
Done. I used the same description the wp_image_editor_before_change
action used inside image_edit_apply_changes()
.
#4
@
10 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Awaiting Review to 4.1
Great, thanks for doing that.
Note: See
TracTickets for help on using
tickets.
Hi Till, thanks for the patch. Since we're modifying the type for the
$changes
parameter inimage_edit_apply_changes()
, would you mind also writing a description for that as well as the$image
parameter?