From bceea32c67fa4f59fea04940ad88503e5cac4f1c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 8 Oct 2015 22:38:10 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@34968 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/embed-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/embed-functions.php b/src/wp-includes/embed-functions.php index c83718eeb9..4c705bfed3 100644 --- a/src/wp-includes/embed-functions.php +++ b/src/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 *