diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php
index 9790d26..a6f9874 100644
a
|
b
|
class WP_oEmbed { |
252 | 252 | /** |
253 | 253 | * Adds an oEmbed provider. |
254 | 254 | * |
255 | | * The provider is removed just-in-time when wp_oembed_add_provider() is called before |
| 255 | * The provider is added just-in-time when wp_oembed_add_provider() is called before |
256 | 256 | * the {@see 'plugins_loaded'} hook. |
257 | 257 | * |
258 | 258 | * The just-in-time addition is for the benefit of the {@see 'oembed_providers'} filter. |