diff --git a/wp-includes/embed.php b/wp-includes/embed.php index 7f98ca70e9..48c2212783 100644 --- a/wp-includes/embed.php +++ b/wp-includes/embed.php @@ -835,7 +835,7 @@ function wp_filter_oembed_iframe_title_attribute( $result, $data, $url ) { * If the `$url` isn't on the trusted providers list, * we need to filter the HTML heavily for security. * - * Only filters 'rich' and 'html' response types. + * Only filters 'rich' and 'video' response types. * * @since 4.4.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index ba573bd3c8..5bd0f1edb2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-45036'; +$wp_version = '5.2-alpha-45037'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.