From 02532ee7d550a135fa6193b326b7fde38d4ebddd Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Mon, 9 Nov 2015 14:03:28 +0000 Subject: [PATCH] Fix documentation typo introduced in [35585]. Props swissspidy, barryceelen. See #34626. Built from https://develop.svn.wordpress.org/trunk@35588 git-svn-id: http://core.svn.wordpress.org/trunk@35552 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/meta-functions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/meta-functions.php b/wp-includes/meta-functions.php index 29cf291f92..20f445a6d6 100644 --- a/wp-includes/meta-functions.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index f7e76544ee..7b632fc293 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-beta3-35587'; +$wp_version = '4.4-beta3-35588'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.