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
This commit is contained in:
Drew Jaynes 2017-06-25 21:46:39 +00:00
parent 22f76adc8c
commit 30719312fb
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.