diff --git a/wp-includes/functions.php b/wp-includes/functions.php index ee92179352..84ca8add6c 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -5360,6 +5360,8 @@ function mysql_to_rfc3339( $date_string ) { /** * Check if an object type exists. By default, these are `post`, `comment`, `user`, and `term`. * + * @since 4.6.0 + * * @param string $object_type Object type to check. * @return bool True if the object type exists, false if not. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index df08da6825..ad6742e65c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta2-38037'; +$wp_version = '4.6-beta2-38038'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.