From 12334929d77ad24af904df0bf15f45d030437c14 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sat, 5 Apr 2014 14:12:16 +0000 Subject: [PATCH] Fix typo in hook description for `async_upload_{$type}`. Built from https://develop.svn.wordpress.org/trunk@27955 git-svn-id: http://core.svn.wordpress.org/trunk@27785 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/async-upload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/async-upload.php b/wp-admin/async-upload.php index b54951171c..e43fb58449 100644 --- a/wp-admin/async-upload.php +++ b/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 *