mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-30 20:21:37 +01:00
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:
parent
22f76adc8c
commit
30719312fb
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user