#30507 closed defect (bug) (fixed)
Remove wrong param from gallery_style filter inline docblock.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Media | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
This is a follow-up to #27718.
The filter 'gallery_style' in wp-includes/media.php has a wrong parameter $gallery_div in the inline docblock.
https://core.trac.wordpress.org/browser/tags/4.0/src/wp-includes/media.php#L1053
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hi Keesie, thanks for the patch!
For future reference, it's helpful if you generate patches from the project root instead of directly against the changed file(s).