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

Props aliso.
Fixes #25826.

Built from https://develop.svn.wordpress.org/trunk@27723


git-svn-id: http://core.svn.wordpress.org/trunk@27560 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-03-25 20:34:15 +00:00
parent 5e526b9a94
commit a10a55cf87

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