From 82d074fb0ae2383c9d857465ba1406cfaa8544ec Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 25 Nov 2020 12:14:05 +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. Built from https://develop.svn.wordpress.org/trunk@49698 git-svn-id: http://core.svn.wordpress.org/trunk@49421 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/embed.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/embed.php b/wp-includes/embed.php index 0574511e7b..36b007b1ca 100644 --- a/wp-includes/embed.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index e263a15045..8f31b3d7f6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.