Docs: Correct some array hash notations added in [46644].

See #48303.
Built from https://develop.svn.wordpress.org/trunk@46647


git-svn-id: http://core.svn.wordpress.org/trunk@46447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-11-04 09:37:02 +00:00
parent 5124c542e1
commit 8b76312eb3
3 changed files with 3 additions and 3 deletions

View File

@ -248,7 +248,7 @@ function wp_create_image_subsizes( $file, $attachment_id ) {
* Indexed array of the image width and height in pixels.
*
* @type int $0 The image width.
* @type int $0 The image height.
* @type int $1 The image height.
* }
* @param string $file Full path to the uploaded image file.
* @param int $attachment_id Attachment post ID.

View File

@ -80,7 +80,7 @@ function wp_embed_defaults( $url = '' ) {
* Indexed array of the embed width and height in pixels.
*
* @type int $0 The embed width.
* @type int $0 The embed height.
* @type int $1 The embed height.
* }
* @param string $url The URL that should be embedded.
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46646';
$wp_version = '5.4-alpha-46647';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.