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
This commit is contained in:
Drew Jaynes 2017-06-25 21:45:42 +00:00
parent a3fb39bc51
commit e9ee6fc505
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ JS;
* *
* @since 4.4.0 * @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 WP_Post $post Current post object.
* @param int $width Width of the response. * @param int $width Width of the response.
* @param int $height Height of the response. * @param int $height Height of the response.