#30508 closed defect (bug) (fixed)
PHPDoc @param fixes
| Reported by: | tillkruess | Owned by: | DrewAPicture |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.1 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | docs |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi Till, thanks for the patch. Since we're modifying the type for the
$changesparameter inimage_edit_apply_changes(), would you mind also writing a description for that as well as the$imageparameter?