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:
parent
5803c6bc2f
commit
12334929d7
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue