Embeds: Fix copy/paste error in `WP_oEmbed::_add_provider_early()` description.
Props ivantedja. Fixes #37602. Built from https://develop.svn.wordpress.org/trunk@38230 git-svn-id: http://core.svn.wordpress.org/trunk@38171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
210e23a63d
commit
822db9ce1d
|
@ -252,7 +252,7 @@ class WP_oEmbed {
|
|||
/**
|
||||
* Adds an oEmbed provider.
|
||||
*
|
||||
* The provider is removed just-in-time when wp_oembed_add_provider() is called before
|
||||
* The provider is added just-in-time when wp_oembed_add_provider() is called before
|
||||
* the {@see 'plugins_loaded'} hook.
|
||||
*
|
||||
* The just-in-time addition is for the benefit of the {@see 'oembed_providers'} filter.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38229';
|
||||
$wp_version = '4.7-alpha-38230';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue