Update the explanatory text which accompanies the list of whitelisted oEmbed providers, following the change to the default value of the `discover` argument in `WP_oEmbed::get_provider()`.

See #32522

Built from https://develop.svn.wordpress.org/trunk@34907


git-svn-id: http://core.svn.wordpress.org/trunk@34872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2015-10-07 13:05:25 +00:00
parent c317248d13
commit 35f613833e
2 changed files with 5 additions and 4 deletions

View File

@ -93,10 +93,11 @@ class WP_oEmbed {
self::$early_providers = array();
/**
* Filter the list of oEmbed providers.
* Filter the list of whitelisted oEmbed providers.
*
* Discovery is disabled for users lacking the unfiltered_html capability.
* Only providers in this array will be used for those users.
* Since WordPress 4.4, oEmbed discovery is enabled for all users and allows embedding of sanitized
* iframes. The providers in this list are whitelisted, meaning they are trusted and allowed to
* embed any content, such as iframes, videos, JavaScript, and arbitrary HTML.
*
* Supported providers:
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34906';
$wp_version = '4.4-alpha-34907';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.