diff --git a/wp-includes/class-wp-embed.php b/wp-includes/class-wp-embed.php index b6b219673e..7519b0bf77 100644 --- a/wp-includes/class-wp-embed.php +++ b/wp-includes/class-wp-embed.php @@ -163,9 +163,9 @@ class WP_Embed { * * @see WP_Embed::shortcode() * - * @param string|false $return The HTML result of the shortcode, or false on failure. - * @param string $url The embed URL. - * @param array $attr An array of shortcode attributes. + * @param string $return The HTML result of the shortcode. + * @param string $url The embed URL. + * @param array $attr An array of shortcode attributes. */ return apply_filters( 'embed_handler_html', $return, $url, $attr ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index a052398ad1..c1ee7bb09d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-RC3-60156'; +$wp_version = '6.8-RC3-60157'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.