Align parameters in the hook docs for the `attachment_thumbnail_args` filter.

See #27700.


git-svn-id: https://develop.svn.wordpress.org/trunk@27997 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-04-07 20:10:01 +00:00
parent 95294a170e
commit 3b7d881f3c
1 changed files with 2 additions and 2 deletions

View File

@ -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 );