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:
parent
c317248d13
commit
35f613833e
|
@ -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:
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue