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
This commit is contained in:
Dominik Schilling 2014-04-05 14:12:16 +00:00
parent 5803c6bc2f
commit 12334929d7
1 changed files with 1 additions and 1 deletions

View File

@ -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
*