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
This commit is contained in:
John Blackbourn 2019-03-27 17:14:52 +00:00
parent c155b2a833
commit 8190f1f0f8
2 changed files with 2 additions and 2 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
*

View File

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