Docs: Update since tag for new intermediate_image_sizes_advanced filter parameter.

Originally added in [42407].

Fixes #42745.
Built from https://develop.svn.wordpress.org/trunk@44385


git-svn-id: http://core.svn.wordpress.org/trunk@44215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-03 17:47:49 +00:00
parent 035b9deffb
commit f29dfe7b6d
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ function wp_generate_attachment_metadata( $attachment_id, $file ) {
*
* @since 2.9.0
* @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 $metadata An associative array of image metadata: width, height, file.

View File

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