diff --git a/wp-includes/class-wp-embed.php b/wp-includes/class-wp-embed.php index 6b9eaa25db..b6b219673e 100644 --- a/wp-includes/class-wp-embed.php +++ b/wp-includes/class-wp-embed.php @@ -283,10 +283,10 @@ class WP_Embed { * * @see WP_Embed::shortcode() * - * @param string|false $cache The cached HTML result, stored in post meta. - * @param string $url The attempted embed URL. - * @param array $attr An array of shortcode attributes. - * @param int $post_id Post ID. + * @param string $cache The cached HTML result, stored in post meta. + * @param string $url The attempted embed URL. + * @param array $attr An array of shortcode attributes. + * @param int $post_id Post ID. */ return apply_filters( 'embed_oembed_html', $cache, $url, $attr, $post_id ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index 9fbd3c4bef..7fd6686b8a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-RC2-60139'; +$wp_version = '6.8-RC2-60140'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.