Fix a typo in the `deleted_{$meta_type}_meta` hook description.

Props aliso.
Fixes #25826.


git-svn-id: https://develop.svn.wordpress.org/trunk@27723 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-03-25 20:33:21 +00:00
parent 80fcbd5cf7
commit 9215e9f5ab
1 changed files with 2 additions and 2 deletions

View File

@ -380,9 +380,9 @@ function delete_metadata($meta_type, $object_id, $meta_key, $meta_value = '', $d
}
/**
* Fires immediatley after deleting metadata of a specific type.
* Fires immediately after deleting metadata of a specific type.
*
* The dynamic portion of the hook, $meta_type, refers to the meta
* The dynamic portion of the hook name, $meta_type, refers to the meta
* object type (comment, post, or user).
*
* @since 2.9.0