Changes between Initial Version and Version 1 of Ticket #34522
- Timestamp:
- 10/31/2015 01:33:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34522 – Description
initial v1 1 1 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. 2 2 3 It should be made clear that an array is passed to the filter callback. See the [https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/php/#1-1-parameters-that-are-arrays Parameters That Are Arrays] section of the inline documentation standards.3 It should be made clear that only two paerams are passed to the filter callback.