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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user