Docs: Update `since` tag for new `intermediate_image_sizes_advanced` filter parameter.
Originally added in [42407]. Fixes #42745. git-svn-id: https://develop.svn.wordpress.org/trunk@44385 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cd0d745360
commit
bc9b631bc6
|
@ -130,7 +130,7 @@ function wp_generate_attachment_metadata( $attachment_id, $file ) {
|
||||||
*
|
*
|
||||||
* @since 2.9.0
|
* @since 2.9.0
|
||||||
* @since 4.4.0 Added the `$metadata` argument.
|
* @since 4.4.0 Added the `$metadata` argument.
|
||||||
* @since 5.0.0 Added the `$attachment_id` argument.
|
* @since 5.1.0 Added the `$attachment_id` argument.
|
||||||
*
|
*
|
||||||
* @param array $sizes An associative array of image sizes.
|
* @param array $sizes An associative array of image sizes.
|
||||||
* @param array $metadata An associative array of image metadata: width, height, file.
|
* @param array $metadata An associative array of image metadata: width, height, file.
|
||||||
|
|
Loading…
Reference in New Issue