Docs: Fix a typo in the 4.4.0 changlog entry in the `intermediate_image_sizes_advanced` hook doc.
Props morganestes. Fixes #35190. Built from https://develop.svn.wordpress.org/trunk@36054 git-svn-id: http://core.svn.wordpress.org/trunk@36019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dc31b503ec
commit
79705d5cc1
|
@ -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.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-alpha-36053';
|
||||
$wp_version = '4.5-alpha-36054';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue