Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #34522


Ignore:
Timestamp:
10/31/2015 01:33:21 PM (10 years ago)
Author:
swissspidy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34522 – Description

    initial v1  
    11The `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.
    22
    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.
     3It should be made clear that only two paerams are passed to the filter callback.