From 8c28ef2b7c2e1605d2eca55e2e90c4d28f4612c0 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Sat, 5 Apr 2014 14:11:38 +0000 Subject: [PATCH] Fix typo in hook description for `async_upload_{$type}`. git-svn-id: https://develop.svn.wordpress.org/trunk@27955 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/async-upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/async-upload.php b/src/wp-admin/async-upload.php index b54951171c..e43fb58449 100644 --- a/src/wp-admin/async-upload.php +++ b/src/wp-admin/async-upload.php @@ -102,7 +102,7 @@ if ( $_REQUEST['short'] ) { * Filter the returned ID of an uploaded attachment. * * The dynamic portion of the hook name, $type, refers to the attachment type, - * such as 'iamge', 'audio', 'video', 'file', etc. + * such as 'image', 'audio', 'video', 'file', etc. * * @since 2.5.0 *