From 4a4d46fbe3a78c8a85a37f650afb2e91ea45973f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 25 Nov 2020 12:12:46 +0000 Subject: [PATCH] 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 --- src/wp-includes/embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/embed.php b/src/wp-includes/embed.php index 373a2b653c..daa77e2f93 100644 --- a/src/wp-includes/embed.php +++ b/src/wp-includes/embed.php @@ -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.