From 30719312fb8ce5240e2b39d36610fb6491c65095 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 25 Jun 2017 21:46:39 +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. Built from https://develop.svn.wordpress.org/trunk@40945 git-svn-id: http://core.svn.wordpress.org/trunk@40795 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/embed.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/embed.php b/wp-includes/embed.php index b987649f52..b546f96185 100644 --- a/wp-includes/embed.php +++ b/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. diff --git a/wp-includes/version.php b/wp-includes/version.php index 7f6b297aa4..b65df420ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40944'; +$wp_version = '4.9-alpha-40945'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.