Docs: Use typed array notation for the `$size` parameter of `embed_defaults` filter.
Previously committed in [42876], accidentally reverted in [44154]. See #51800. Built from https://develop.svn.wordpress.org/trunk@49698 git-svn-id: http://core.svn.wordpress.org/trunk@49421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e89f669274
commit
82d074fb0a
|
@ -80,7 +80,7 @@ function wp_embed_defaults( $url = '' ) {
|
||||||
*
|
*
|
||||||
* @since 2.9.0
|
* @since 2.9.0
|
||||||
*
|
*
|
||||||
* @param array $size {
|
* @param int[] $size {
|
||||||
* Indexed array of the embed width and height in pixels.
|
* Indexed array of the embed width and height in pixels.
|
||||||
*
|
*
|
||||||
* @type int $0 The embed width.
|
* @type int $0 The embed width.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.7-alpha-49697';
|
$wp_version = '5.7-alpha-49698';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue