From c4e06bbb224ccf8c600de0e5abd2f3bf98f4f5eb Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 9 Nov 2015 14:02:45 +0000 Subject: [PATCH] Fix documentation typo introduced in [35585]. Props swissspidy, barryceelen. See #34626. git-svn-id: https://develop.svn.wordpress.org/trunk@35588 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/meta-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/meta-functions.php b/src/wp-includes/meta-functions.php index 29cf291f92..20f445a6d6 100644 --- a/src/wp-includes/meta-functions.php +++ b/src/wp-includes/meta-functions.php @@ -558,7 +558,7 @@ function metadata_exists( $meta_type, $object_id, $meta_key ) { * * @global wpdb $wpdb WordPress database abstraction object. * - * @param string $meta_type Type of object metadata is for (e.g., comment, post, meta, or user). + * @param string $meta_type Type of object metadata is for (e.g., comment, post, term, or user). * @param int $meta_id ID for a specific meta row * @return object|false Meta object or false. */