Docs: Fix a typo in the 4.4.0 changlog entry in the `intermediate_image_sizes_advanced` hook doc.
Props morganestes. Fixes #35190. git-svn-id: https://develop.svn.wordpress.org/trunk@36054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9c8c6955a9
commit
688916d200
|
@ -110,7 +110,7 @@ function wp_generate_attachment_metadata( $attachment_id, $file ) {
|
|||
* Filter the image sizes automatically generated when uploading an image.
|
||||
*
|
||||
* @since 2.9.0
|
||||
* @since 4.4.0 The `$metadata` argument was addeed
|
||||
* @since 4.4.0 Added the `$metadata` argument.
|
||||
*
|
||||
* @param array $sizes An associative array of image sizes.
|
||||
* @param array $metadata An associative array of image metadata: width, height, file.
|
||||
|
|
Loading…
Reference in New Issue