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.