Opened 10 years ago
Closed 10 years ago
#34522 closed defect (bug) (fixed)
Incorrect docblock for embed_defaults filter
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.4 | Priority: | normal |
| Severity: | trivial | Version: | 2.9 |
| Component: | Embeds | Keywords: | good-first-bug has-patch |
| Focuses: | docs | Cc: |
Description (last modified by )
The embed_defaults filter passes width and height in an array (using compact), and the url as a second param. The docblock lists three params though.
It should be made clear that only two paerams are passed to the filter callback.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 35485: