Fix typo in hook description for async_upload_{$type}.

git-svn-id: https://develop.svn.wordpress.org/trunk@27955 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-04-05 14:11:38 +00:00
parent fc34a6e63e
commit 8c28ef2b7c

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
*