From 5e99f1ef346f8738ddffb3d91a09c80bde522992 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 Aug 2016 14:10:00 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php index 9790d266f6..a6f98749cf 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -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.