mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
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:
parent
c155b2a833
commit
8190f1f0f8
@ -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
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user