From 3b7d881f3ce03cafdf84a6642643d54bb31624d0 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Mon, 7 Apr 2014 20:10:01 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/image.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/image.php b/src/wp-admin/includes/image.php index 4ee59b99eb..5799d28e62 100644 --- a/src/wp-admin/includes/image.php +++ b/src/wp-admin/includes/image.php @@ -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 );