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:
parent
a3fb39bc51
commit
e9ee6fc505
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue