From 9215e9f5aba56130e0a1a864096686debe1f6e4b Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Tue, 25 Mar 2014 20:33:21 +0000 Subject: [PATCH] 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 --- src/wp-includes/meta.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/meta.php b/src/wp-includes/meta.php index 91967701cf..0f3aaa979d 100644 --- a/src/wp-includes/meta.php +++ b/src/wp-includes/meta.php @@ -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