Docs: Use typed array notation for the $size parameter of embed_defaults filter.

Previously committed in [42876], accidentally reverted in [44154].

See #51800.

git-svn-id: https://develop.svn.wordpress.org/trunk@49698 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-11-25 12:12:46 +00:00
parent 0addc4ac04
commit 4a4d46fbe3

View File

@ -80,7 +80,7 @@ function wp_embed_defaults( $url = '' ) {
*
* @since 2.9.0
*
* @param array $size {
* @param int[] $size {
* Indexed array of the embed width and height in pixels.
*
* @type int $0 The embed width.