mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
0addc4ac04
commit
4a4d46fbe3
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user