From f21439cc64432cadf4838b9edc6cbed4b84a42e1 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 8 Oct 2015 22:39:24 +0000 Subject: [PATCH] Docs: Adjust the summary for the `oembed_discovery_links` hook doc to mention that the filter is for HTML output. See #34227. Built from https://develop.svn.wordpress.org/trunk@34968 git-svn-id: http://core.svn.wordpress.org/trunk@34933 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/embed-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/embed-functions.php b/wp-includes/embed-functions.php index c4fa257eb5..a9c1a9d1bd 100644 --- a/wp-includes/embed-functions.php +++ b/wp-includes/embed-functions.php @@ -353,7 +353,7 @@ function wp_oembed_add_discovery_links() { } /** - * Filter the oEmbed discovery links. + * Filter the oEmbed discovery links HTML. * * @since 4.4.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 7ee5409baf..4d755ae811 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34967'; +$wp_version = '4.4-alpha-34968'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.