Align parameters in the hook docs for the `attachment_thumbnail_args` filter.
See #27700. Built from https://develop.svn.wordpress.org/trunk@27997 git-svn-id: http://core.svn.wordpress.org/trunk@27827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bf75eebfa7
commit
181fe84d47
|
@ -173,8 +173,8 @@ function wp_generate_attachment_metadata( $attachment_id, $file ) {
|
|||
* @since 3.9.0
|
||||
*
|
||||
* @param array $image_attachment An array of parameters to create the thumbnail.
|
||||
* @param array $metadata Current attachment metadata.
|
||||
* @param array $uploaded An array containing the thumbnail path and url.
|
||||
* @param array $metadata Current attachment metadata.
|
||||
* @param array $uploaded An array containing the thumbnail path and url.
|
||||
*/
|
||||
$image_attachment = apply_filters( 'attachment_thumbnail_args', $image_attachment, $metadata, $uploaded );
|
||||
|
||||
|
|
Loading…
Reference in New Issue