From 822db9ce1dded8f466eeafe78b57b9369519a3b3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 9 Aug 2016 14:10:30 +0000 Subject: [PATCH] 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 --- wp-includes/class-oembed.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.