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.