mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user