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:
Sergey Biryukov 2016-08-09 14:10:30 +00:00
parent 210e23a63d
commit 822db9ce1d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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