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
This commit is contained in:
John Blackbourn 2019-03-27 17:13:49 +00:00
parent 05ac419795
commit 440a383946
1 changed files with 1 additions and 1 deletions

View File

@ -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
*