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:
parent
80fcbd5cf7
commit
9215e9f5ab
@ -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).
|
* object type (comment, post, or user).
|
||||||
*
|
*
|
||||||
* @since 2.9.0
|
* @since 2.9.0
|
||||||
|
Loading…
Reference in New Issue
Block a user