diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 9790d266f6..a6f98749cf 100644 --- a/wp-includes/class-oembed.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index cd8150e547..f92c70afce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.