From 440a383946949c0c1082e47304aaf5d1a8b95ac0 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 27 Mar 2019 17:13:49 +0000 Subject: [PATCH] Docs: Correct the documentation for the oEmbed HTML filtering. See #46543 git-svn-id: https://develop.svn.wordpress.org/trunk@45037 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/embed.php b/src/wp-includes/embed.php index b8c8e5149a..6bc220e9ad 100644 --- a/src/wp-includes/embed.php +++ b/src/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 *