From e9ee6fc5053773e9ec3150e36579fa15f68f9707 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 25 Jun 2017 21:45:42 +0000 Subject: [PATCH] Docs: Add a clarification to the description about what the `$output` parameter in the `embed_html` filter doc represents. Props musus. Fixes #37752. git-svn-id: https://develop.svn.wordpress.org/trunk@40945 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/embed.php b/src/wp-includes/embed.php index d961dc941b..2985964ecc 100644 --- a/src/wp-includes/embed.php +++ b/src/wp-includes/embed.php @@ -476,7 +476,7 @@ JS; * * @since 4.4.0 * - * @param string $output The default HTML. + * @param string $output The default iframe tag to display embedded content. * @param WP_Post $post Current post object. * @param int $width Width of the response. * @param int $height Height of the response.