diff --git a/wp-includes/taxonomy.php b/wp-includes/taxonomy.php index 7a6954f028..043454c9d9 100644 --- a/wp-includes/taxonomy.php +++ b/wp-includes/taxonomy.php @@ -4672,7 +4672,7 @@ function get_ancestors( $object_id = 0, $object_type = '', $resource_type = '' ) * Filter a given object's ancestors. * * @since 3.1.0 - * @since 4.1.0 Introduced the `$resource_type` parameter. + * @since 4.1.1 Introduced the `$resource_type` parameter. * * @param array $ancestors An array of object ancestors. * @param int $object_id Object ID. diff --git a/wp-includes/version.php b/wp-includes/version.php index 9f6cb5f2cd..087667fc80 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32350'; +$wp_version = '4.3-alpha-32351'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.