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

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

See #51800.
Built from https://develop.svn.wordpress.org/trunk@49698


git-svn-id: http://core.svn.wordpress.org/trunk@49421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-11-25 12:14:05 +00:00
parent e89f669274
commit 82d074fb0a
2 changed files with 2 additions and 2 deletions

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.

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.7-alpha-49697';
$wp_version = '5.7-alpha-49698';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.