Embeds: Fix copy/paste error in `WP_oEmbed::_add_provider_early()` description.

Props ivantedja.
Fixes #37602.

git-svn-id: https://develop.svn.wordpress.org/trunk@38230 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2016-08-09 14:10:00 +00:00
parent cfafcf3997
commit 5e99f1ef34
1 changed files with 1 additions and 1 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.