From 8190f1f0f8ddefb0de50dcc544695360536cb3e2 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 27 Mar 2019 17:14:52 +0000 Subject: [PATCH] Docs: Correct the documentation for the oEmbed HTML filtering. See #46543 Built from https://develop.svn.wordpress.org/trunk@45037 git-svn-id: http://core.svn.wordpress.org/trunk@44846 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 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.